Jump to content

Datanucleus: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 19: Line 19:


DataNucleus Access Platform is available under an [[Apache License|Apache]] 2 license.
DataNucleus Access Platform is available under an [[Apache License|Apache]] 2 license.

==See also==
* [[JFire]] - ERP using DataNucleus for persistence


==External links==
==External links==

Revision as of 08:36, 2 May 2009

DataNucleus
Developer(s)DataNucleus Team
Stable release
1.1.2 / April 15, 2009 (2009-04-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 or Googles BigTable. 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