|
|
1. |
Abra
-
A Java library and a set of tools that can be used for storing and retrieving Java objects in a relational database. [Open source, BSD license]
|
|
|
2. |
Apache OJB
-
An Object / Relational mapping tool that allows transparent persistence for Java objects against relational databases. Provides JDO and ODMG APIs. [Open Source, Apache]
|
|
|
3. |
CarrierWave
-
Provides the following features: build generated client side data objects structurally mirroring server side business objects; pluggable persistence; pluggable binding between client and server; pluggable query mechanism; zero-configuration externalization and internalization of server state into and from XML. [Open source, GPL]
|
|
|
4. |
COBRA
-
An object persistence layer written in Java which uses a relational database to provide persistent storage, whilst shielding programmers from the details of relational database access. [Open Source, GPL]
|
|
|
5. |
CocoBase Enterprise O/R
-
Object/Relational mapping tool, with customized mappings for each major EJB server (including JBoss). [Commercial]
|
|
|
6. |
DB Objects for Java
-
Lightweight and flexible solution for storing and retrieving java objects into and from relational databases, without using SQL. [Open source, LGPL]
|
|
|
7. |
DODS (Data Object Design Studio)
-
An Object-Relational Mapping Framework with a GUI Editor that lets you automatically create Java objects that map to relational databases. [Open Source, Mozilla-like]
|
|
|
8. |
FireStorm/DAO
-
Generates Java persistence code based on Data Access Object and Object Relational Mapping technologies, including JDBC, JDO, EJB CMP, and Hibernate. [Commercial]
|
|
|
9. |
FormPers
-
A persistence framework with forms automation. It support on-the-fly SQL table creation/structure modification base on definition in Java class, automated form creation and automated form result parsing. [Freeware]
|
|
|
10. |
Hibernate
-
An object/relational persistence and query service for Java. To support a rapid build procedure, Hibernate rejects the use of code generation or bytecode processing. Instead runtime reflection is used and SQL generation occurs at system startup time. [Open source, LGPL]
|
|
|
11. |
J-Database Exchange (JDX)
-
A cross-platform solution for transactional persistence of Java objects . By Software Tree, Inc. [Commercial]
|
|
|
12. |
Jaxor
-
Simple and lightweight Object/Relational mapping and persistence framework. Configuration is stored in XML files and code generation relies on Apache velocity templates. [Open Source, Apache]
|
|
|
13. |
JDBM
-
A simple transactional persistence engine for Java. It can used to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. [Open source, BSD License]
|
|
|
14. |
JDO vs. EJB by Gopalan Suresh Raj
-
Compares and contrasts the Two Persistence Frameworks provided Java. Java Data Objects(JDO) which provides Language Transparent Orthogonal Persistence with Enterprise JavaBeans(EJB) that provides Functional Persistence.
|
|
|
15. |
JORM (Java Object Repository Mapping)
-
The ObjectWeb open source adaptable persistence service. It is used to offer CMP 2.0 for the JOnAS server, as well as Speedo, a JDO implementation. [Open source, LGPL]
|
|
|
16. |
jRelationalFramework
-
A lightweight framework that was written to automate the most tedious 80% of relational database access coding and leave the other 20% to the developer. [Open Source, MPL]
|
|
|
17. |
jStorm
-
Simple tool for object-relational mapping, based on DbObjects, with mechanisms for aggregation and concurrency stamps. [Open Source, GPL]
|
|
|
18. |
Object Matter
-
Provides an Object/Relational mapping tool with a persistence layer. Also features an introduction to Object/Relational mapping. [Commercial]
|
|
|
19. |
Object-Relational Mapping
-
Information and facts about object-relational mapping products, architecture problem-solving, and direction in product comparison and selection.
|
|
|
20. |
ObJectBridge
-
A framework that provides transparent persistence of Java objects for JDBC-compliant RDBMS. Provides an ODMG 3.0 compatible transactional object server as a client-interface and uses XML-based O/R Mapping. [Open Source, LGPL]
|
|
|
21. |
Osage
-
Object-Relational mapping for JDBC databases, with XML features. [Open Source, LGPL]
|
|
|
22. |
SimpleORM - Simple Object Relational Mapper
-
Implement low overhead object/relational mapping on top of Java JDBC. [Open source]
|
|
|
23. |
sysXs
-
A platform for integration and automation for the use in enterprises. It provide XML based persistent object services for Web server Java servlets and Java applications. [Commercial]
|
|
|
24. |
TopLink
-
Object-relational bridge by Oracle. Available for Java, WebLogic, and WebSphere. [Commercial]
|
|
|
25. |
Torque
-
An XML-based persistence layer. Part of the Apache Jakarta family. [Open Source, BSD-like]
|
|
|
26. |
Ammentos
-
A lightweight persistence framework for Java (JDK5 or later). [Open source, GPL]
|
|
|
27. |
DB Visual Architect
-
An Object-Relational mapping tool. Generate persistent enable Java source from Class Diagram or ERD. A diagram editor is provided. It can generate code for client applications and server side applications. [Commercial]
|
|
|
28. |
iBatis
-
XML-based Object/Relational mapping and persistence framework as well as a data access abstraction layer. [Open source]
|
|
|
29. |
Inductor
-
A fully type-save, declarative ORQL for Hibernate, JDO, and EJB.
|
|
|
30. |
Prevayler - Transparent Persistence for Java
-
Write plain Java classes: no pre or post-processing required; runs on any VM; no inheritance from base-class required. [Open source, LGPL]
|