Jump to content

Datanucleus

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 195.47.234.106 (talk) at 13:34, 24 May 2009 (→‎External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

DataNucleus
Developer(s)DataNucleus Team
Stable release
1.1.3 / May 15, 2009 (2009-05-15)
Written inJava
Operating systemCross-platform
TypeORM
LicenseApache License 2
Websitehttp://www.datanucleus.org/

DataNucleus provides a series of software products around data management using the Java programming language.

DataNucleus Access Platform is an open source and fully compliant implementation of the Java Data Objects (JDO) 1.0, 2.0, 2.1, 2.2 specifications and the JPA1 specification, providing transparent persistence of Java objects. It also provides preview features of the forthcoming JPA2 specification. It supports persistence to all of the major relational database management systems on the market today, supporting all of the main object-relational mapping (ORM) patterns, allows querying using either JDOQL, JPQL or SQL, and comes with its own byte-code enhancer. It allows persistence to RDBMS, db4o, LDAP, XML, Excel, NeoDatis, JSON, OpenDocument spreadsheets, Googles BigTable or HBase. It is designed with OSGi technology.

DataNucleus Access Platform is the persistence layer behind Google App Engine for Java.

DataNucleus Access Platform is available under an Apache 2 license.

See also

  • JFire - ERP using DataNucleus for persistence