Java Persistent Objects (JPOX) uses a plugin architecture leveraging OSGi technology. This allows it
to be run with whichever plugins are relevant to the application. Below are the plugins for JPOX 1.2
and the latest release of each.
| Plugin | Description | Latest Version | Download SourceForge | Download Maven Repo |
|---|
| core | JPOX Core. The baseline for all JPOX-enabled applications | 1.2.2 | Download | Download |
| enhancer | JPOX Enhancer. Bytecode enhancement of persistent classes | 1.2.2 | Download | Download |
| rdbms | Persistence to RDBMS datastores | 1.2.2 | Download | Download |
| db4o | Persistence to DB4O datastores | 1.2.2 | Download | Download |
| java5 | Java5 capabilities for persistence (enums, annotations, JPA API persistence) | 1.2.2 | Download | Download |
| jca | JCA connector for JDO | 1.2.2 | Download | Download |
| spatial | Persistence of RDBMS spatial data types for MySQL, Postgresql, Oracle | 1.2.2 | Download | Download |
| c3p0 | RDBMS connection pooling using C3P0 | 1.2.2 | Download | Download |
| dbcp | RDBMS connection pooling using DBCP | 1.2.2 | Download | Download |
| proxool | RDBMS connection pooling using Proxool | 1.2.2 | Download | Download |
| ehcache | Level2 caching using EHCache | 1.2.2 | Download | Download |
| oscache | Level2 caching using OSCache | 1.2.2 | Download | Download |
| swarmcache | Level2 caching using Swarmcache | 1.2.2 | Download | Download |
| tangosol | Level2 caching using Tangosol | 1.2.2 | Download | Download |
| management.platform | Management of JPOX using JRE JMX server | 1.2.2 | Download | Download |
| management.mx4j | Management of JPOX using MX4J server | 1.2.2 | Download | Download |
| xmltypeoracle | Persistence of XMLType to Oracle datastores | 1.2.2 | Download | Download |
| Eclipse Plugin | Plugin for use of JPOX with your application development process | 1.1.3 | Download |