InfoQ

News

DataNucleus Launched as Successor to Java Persistence Platform JPOX

Posted by Dionysios Synodinos on May 01, 2008 11:34 AM

Community
Java
Topics
Data Access
Tags
JPA

The open source Java persistence platform JPOX has become DataNucleus for its future direction, due to the significant changes in scope of the project since its initiation.

JPOX is a free and fully compliant implementation of the JDO1, JDO2, JDO2.1 and JPA1 specifications, providing transparent persistence of Java objects. JPOX passed JPA1 TCK in February 2008 making it a JPA compliant persistence framework. It supports persistence to most of the major RDBMS on the market today, persistence to the db4o object datastore, allows querying using either JDOQL, SQL, or JPQL, and comes with its own byte-code enhancer. It also complies with the OGC Simple Feature Specification for persistence of geospatial Java types. JPOX is available under the Open Source Apache 2 license.

DataNucleus extends the scope of JPOX to the application data management domain intent on supporting a wide range of datastores, APIs, services, as well as eventually providing data analysis tools. It is a standards-compliant Open Source Java persistence product which is fully compliant with the JDO1, JDO2, JDO2.1 and JPA1 Java standards. It also utilizes an OSGi-based plugin mechanism meaning that it is extensible.

DataNucleus Access Platform 1.0 ("Faraday") Milestone 1 takes the JPOX codebase and extends it with the following:

  • Support for persistence of Java objects to LDAP via JDO/JPA APIs.\
  • Support for basic JDOQL querying of objects stored in LDAP via JDO.
  • Support for persistence of Java objects to Excel via JDO/JPA APIs, utilizing Apache POI.
  • Support for basic JDOQL querying of objects stored in LDAP via JDO, utilizing JAXB.
  • Support for basic persistence of Java objects to XML via JDO/JPA APIs.
  • Support for SQL querying of objects stored in db4o via JDO/JPA APIs.

Moreover it allows a user to define their persistence using JDO XML/annotations or JPA XML/annotations and then utilize either the JDO or JPA API for persistence (no matter which persistence definition was used), and allow persistence to the full range of datastores.

On the DataNucleus site there are guides demonstrating integration with Eclipse, NetBeans, Maven and Ant.

DataNucleus products will be provided under the Apache 2 open source license.

You can find more information on ORM here: infoq.com/orm

No comments

Reply

Exclusive Content

10 Ways to Screw Up with Scrum and XP

Henrik Kniberg talks about 10 possible reasons to fail while doing Scrum and XP. Maybe the team does not have a definition of what Done means to them, or they don't know what their velocity is.

Tips from a Top Sports Team Coach

This article outlines 9 principles Marc Lammers discovered while building the world’s best field hockey team, mapping them to software development practices.

SOA Governance: An Enterprise View

Michael Poulin explains the necessity for SOA governance to ensure an Enterprise SOA's success, relying on concepts from the OASIS SOA Reference Model and Reference Architecture.

Developing Portlets using JSF, Ajax, and Seam (Part 2 of 3)

This article covers setting up a RichFaces portlet using JBoss Portlet Container and JBoss Portlet Bridge, deploying a RichFaces portlet, and RichFaces capabilities.

Scalability Worst Practices

This article discusses scalability worst pratices including The Golden Hammer, Resource Abuse, Big Ball of Mud, Dependency Management, Timeouts, Hero Pattern, Not Automating, and Monitoring.

Do the Hustle

Obie Fernandez shares his experience selling consulting services for both Thoughtworks and Hashrocket and give tips how Ruby developers can work with clients.

Natural Laws of Software Development - Deriving Agile Practices

Jeffries and Hendrickson derive Agile practices from the natural laws of software development. They don't just say "Be Agile!", but they explain why Agile practices make perfect sense.

Jinesh Varia About Amazon Alexa Web Service's Architecture

Jinesh Varia talks about the architecture of one of Amazon's web services called Alexa. Jinesh explains how Amazon has reached scalability, performance and reduced costs for the Alexa service.