Jump to content

JPOX

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 195.47.234.106 (talk) at 08:36, 2 May 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

JPOX
Developer(s)JPOX Team
Stable release
1.2.3 / July 23, 2008 (2008-07-23)
Operating systemCross-platform
PlatformJava
TypeORM
LicenseApache 2
Websitehttp://www.jpox.org/

JPOX (Java Persistent Objects) is an open source and fully compliant implementation of the Java Data Objects (JDO) 1.0, 2.0, 2.1 specifications and the Java Persistence API (JPA1) specification, providing transparent persistence of Java objects. 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 or SQL, and comes with its own byte-code enhancer. Characteristics of different versions are as follows:

  • JPOX 1.0 implements the JDO 1 specification and passes the JDO 1 TCK.
  • JPOX 1.1 extends the JPOX 1.0 capabilities to implement the JDO 2 specification and passes the JDO 2 TCK. JPOX 1.1 is also the JDO 2 Reference Implementation.
  • JPOX 1.2 implements the JDO2.1 and JPA 1 specifications, as well as support persistence to the DB4O object database.
  • JPOX 1.1+ is designed with OSGi technology.

JPOX is available under an Apache 2 license.

  • JPOX - an Open Source Java persistence implementation