InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

DataNucleus Access Platform 1.0 (final) released

Posted by Dionysios G. Synodinos on Sep 14, 2008

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
Data Access ,
Java
Tags
JPA ,
ORM

DataNucleus, the successor to the Java Persistence Platform JPOX, has released DataNucleus Access Platform 1.0.0 which provides access to a range of datastores for Java applications using JDO/JPA API's.

DataNucleus Access Platform 1.0.0 is fully compliant with JDO1, JDO2, JDO2.1, JPA1, and provides preview features for JDO2.2 and JPA2. It currently supports persistence to RDBMS, db4o, LDAP, XML, Excel, NeoDatis ODB, and JSON. It additionally allows configuration of classes to be persisted using JDO annotations/XML or JPA annotations/XML providing access to both JDO and JPA APIs regardless of which configuration method was chosen. Querying of the supported datastores can be performed using JDOQL, JPQL or SQL (dependent on the datastore). By making use of standardized APIs, the process of swapping persistence from one datastore to another is a simple URL change when specifying the datastore. AccessPlatform is made up of a series of OSGi compliant jars, and can be utilized in J2SE, J2EE, or OSGi container environments. By using OSGi together with eclipse extension-points, DataNucleus is extensible and provides support for your own datastore.

DataNucleus Access Platform provides the next generation of Java Persistent Objects (JPOX), and adds support for:

  • Persisting to LDAP datastores
  • Querying LDAP datastores using JDOQL
  • Querying LDAP datastores using JPQL
  • Persisting to Excel Documents
  • Querying Excel documents using JDOQL
  • Querying Excel documents using JPQL
  • Persisting to XML Documents
  • Querying XML documents using JDOQL
  • Querying XML documents using JPQL
  • DB4O in Embedded Server mode
  • Querying db4o using SQL via JDO or JPA, using sql4o
  • Querying db4o using JPQL
  • Persisting to NeoDatis ODB
  • Querying NeoDatis ODB datastores using JDOQL
  • Querying NeoDatis ODB datastores using JPQL
  • Persisting to JSON
  • Querying JSON objects using JDOQL
  • Querying JSON objects using JPQL
  • Rewritten Level 2 caching for JDO/JPA
  • Public API for accessing RDBMS Schema information
  • JDO2.2 : Support for "cacheable" declarations
  • JDO2.2 : Support for "read-only" declaration (previously was vendor extension)
  • JDO2.2 : Support for "dynamic fetch groups" declaration (previously was vendor extension)
  • JPA2 : Support for @ElementCollection, @CollectionTable
  • JPA2 : Support for EntityManagerFactory.getCache(), and some Query methods
  • Runtime Enhancement : Support for annotations, and support for specified packages.
  • RDBMS : Support for large result sets sizing using count() query
  • RDBMS : Dynamic schema upgrade when encountering new interface implementations

DataNucleus Access Platform is provided under the Apache 2 open source license.

Documentation is available to view online (or PDF).

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

Dionysios G. Synodinos is a Web Engineer and a freelance consultant, focusing on Web technologies

No comments

Watch Thread Reply

Educational Content

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.