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.1
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 persisting to RDBMS datastores | 1.1.9 | Download | Download |
| enhancer | JPOX Enhancer. Bytecode enhancement of persistent classes | 1.1.9 | Download | Download |
| java5 | Java5 capabilities for persistence (enums, annotations) | 1.1.9 | Download | Download |
| jca | JCA connector for JDO | 1.1.9 | Download |
| spatial | Persistence of spatial types, base plugin | 1.1.9 | Download | Download |
| spatial-oracle | Persistence of spatial types to Oracle. | 1.1.9 | Download | Download |
| c3p0 | RDBMS connection pooling using C3P0 | 1.1.9 | Download | Download |
| dbcp | RDBMS connection pooling using DBCP | 1.1.9 | Download | Download |
| proxool | RDBMS connection pooling using Proxool | 1.1.9 | Download | Download |
| ehcache | Level2 caching using EHCache | 1.1.9 | Download | Download |
| oscache | Level2 caching using OSCache | 1.1.9 | Download | Download |
| swarmcache | Level2 caching using Swarmcache | 1.1.9 | Download | Download |
| tangosol | Level2 caching using Tangosol | 1.1.9 | Download | Download |
| Eclipse Plugin | Plugin for use of JPOX with your application development process | 1.1.1 | Download |