- Hibernate
http://www.hibernate.org
- Oracle TopLink
http://www.oracle.com/technetwork/middleware/toplink/overview/index.html
- Castor
http://www.castor.org/
- FireStorm/DAO
http://www.codefutures.com/object-persistence/
- ObJect Relational Bridge
http://db.apache.org/ojb/
- iBATIS / mybatis
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
http://code.google.com/p/mybatis/
http://www.mybatis.org/
http://ibatis.apache.org/
- EclipseLink
The EclipseLink project delivers a comprehensive open-source Java persistence solution addressing relational, XML, and database web services.
It will run in any Java environment and read and write objects to virtually any type of data source, including relational databases, XML, or EIS systems
EclipseLink will focus on providing leading edge support, including advanced feature extensions, for the dominant persistence standards for each target data source; Java Persistence API (JPA) for relational databases, Java API for XML Binding (JAXB) for XML, Java Connector Architecture (JCA) for EIS and other types of legacy systems, and Service Data Objects (SDO).
http://www.eclipse.org/eclipselink/
No comments:
Post a Comment