Font Size: a A A

The Research And Implement On Data Persistence Base On J2EE

Posted on:2007-09-21Degree:MasterType:Thesis
Country:ChinaCandidate:K RenFull Text:PDF
GTID:2178360182978070Subject:Computer application technology
Abstract/Summary:PDF Full Text Request
Object oriented programming is the main stream nowadays on software project development while relational database are also widely used. How to deal with the problem of Object and Relation mapping is a complex question in this area and it is a hard and difficult problems on enterprise development process. It is suitable to finding solutions about ORM in the application level instead of changing the relational database which widely used today.Deal with the problem of object and relation mapping is to solving the problem of data persistence. In J2EE, it brings forward the frame of data persistence layer aim at this question. The frame of data persistence layer build upon data source contains a series of software services which separate data source from applications, and provide data access API to developer. The developer could develop applications base on the data persistence layer.This paper is aim at these questions, discuss how to create a common data persistence layer by using Java reflection and combine with the present solutions through the study and research on a lots of present data persistence mechanism and practical developing experience.To reach the goal of the study ,the paper concentrate on the following work: deep research on the infrastructure of J2EE,study the common idea of design about the data persistence layer, compare the strongpoint and shortcoming among a series of solutions, bring forward some models and methods to create a data persistence layer combine with the functions and solutions of Hibernate and other applications. To improve the efficiency and veracity of development, the paper also discusses the assistant tools of data persistence layer. At last, validate the usability and reliability of the data persistence layer base on a concrete system.It is very complex and hard to create a self-contained data persistence layer. Butthe key infrastructure of the data persistence layer is similar. Through design and implement about the key functions of the data persistence layer and assistance with user-defined components, it not only can create a data persistence layer quickly, and have particular functions to a given system.
Keywords/Search Tags:Date Persistence layer, Object and Relationship mapping, Java reflection, Hibernate
PDF Full Text Request
Related items