About Apache JDO (original) (raw)

Welcome to Apache JDO, a project of the Apache DB project. Our goal is a thriving community of users and developers of object persistence technology.

Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data.

Interfaces are defined for the user’s view of persistence:

JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 isJSR-12 and the current JDO 3.2 is JSR-243.

The Apache JDO project is focused on building the JDO API and the TCK for compatibility testing of JDO implementations. Commercial and open source implementations of JDO are available for relational databases, object databases, and file systems. If you need an implementation for building a JDO application, see Implementations.

JDO News

JDO 3.2.1 is released

JDO 3.2.1 has been released. This release contains minor bug fixes, such as support for Java 18, fixed warnings when using Java 9, and migration of schema descriptor URLs to db.apache.org. For a complete list of changes (features plus bug fixes) seeJDO 3.2.1 changes. You can download the release from thedownloads page. You can also use the new release in maven projects simply by referencing the jdo-api artifact in your pom.xml.

JDO 3.2 is released

JDO 3.2 has been released. This release contains minor bug fixes and several new features, such as support for Optional, typesafe queries and an upgrade to JDK 1.8. For a complete list of changes (features plus bug fixes) seeJDO 3.2 changes. You can download the release from thedownloads page. You can also use the new release in maven projects simply by referencing the jdo-api artifact in your pom.xml.

JDO 3.1 is released

JDO 3.1 has been released. This release contains minor bug fixes. For a complete list of changes (features plus bug fixes) seeJDO 3.1 changes.

JDO 3.1-rc1 is released

JDO 3.1-rc1 has been released. This release contains minor bug fixes. For a complete list of changes (features plus bug fixes) seeJDO 3.1-rc1 changes.

JDO 3.0.1 is released

JDO 3.0.1 has been released. This release contains minor bug fixes. For a complete list of changes (features plus bug fixes) seeJDO 3.0.1 changes.

JDO 3.0 is released

JDO 3.0 has been released. This release contains significant new features for better support of tooling and runtime: enhancer API, dynamic class and metadata generation, locking, database timeouts, query cancel, and exact object ids. For a complete list of changes (features plus bug fixes) seeJDO 3.0 changes.

JDO 2.2 is released

JDO 2.1.1 is released

JDO 2.1.1 has been released. This is a minor bug fix release.

JDO 2.1 is released

JDO 2.1 has been released. The JDO 2.1 maintenance release provides support for JDK 1.5 features,including the use of annotations as a means of specifying mapping. It also includes many corrections and minor changes. For details, seeChange Log for JSR-000243 JavaTM Data Objects 2.0

JDO 2.0 has been approved by the JCP

JDO 2.0 has been released.xs JDO 2.0 builds on JDO 1 and includes many features requested by users:

Java Community Process!
JDO is being developed under the Java Community Process. The Apache JDO project is developing the API and the Technology Compatibility Kit for the JDO standard.

Users!
We’d love to have you involved. Check out theWiki. Check out theSpecification, which has been approved. Get Involved!

Archived articles are here.