JPOX
JPOX
 Project  |  Ver 1.1  |  Ver 1.2  |  JDO  |  JPA  |  Guides  |  Tools
1.2 | Persistence | JDO ORM | JPA ORM | Runtime | JDO Runtime | JPA Runtime | Extensions | Developer
Development
Testing
JPOX 1.2 Source Code Repository

JPOX 1.2 used Subversion (SVN) for housing its source code (from Nov 2007). All previous code is still housed in CVS. The JPOX SVN repository is hosted by SourceForge. You can check out from the SVN repository using

svn co https://jpox.svn.sourceforge.net/svnroot/jpox jpox

The SVN repository is divided into 3 areas

  • platform : The JPOX platform (core, enhancer, etc)
  • documentation : All documentation
  • tools : Tools to aid the use of JPOX (Maven1 plugin, Maven2 plugin, etc)

Within platform the sub-projects are stored. These include

  • core : the core of JPOX, required by all other sub-projects
  • enhancer : JPOX enhancer
  • cache.ehcache : Level2 cache plugin using EHCache
  • cache.tangosol : Level2 cache plugin using Tangosol
  • cache.oscache : Level2 cache plugin using OSCache
  • cache.swarmcache : Level2 cache plugin using SwarmCache
  • java5 : Java5 extension plugin
  • jdo.connector : JCA adapter for JPOX and JDO
  • store.db4o : Persistence to DB4O datastores
  • store.rdbms : Persistence to RDBMS datastores
  • store.rdbms.datasource.c3p0 : C3P0 datasource pooling plugin
  • store.rdbms.datasource.dbcp : DBCP datasource pooling plugin
  • store.rdbms.datasource.proxool : Proxool datasource pooling plugin
  • store.rdbms.spatial : Persistence of spatial types to RDBMS datastores

The SVN repository is also browsable online via ViewCVS.