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
JPOX Runtime
RDBMS Datastores
DB4O Datastore
LDAP Datastores

JPOX supports persisting objects to LDAP datastores (using the jpox-ldap plugin). Support for LDAP is in its early stages and will be enhanced in future releases. If you wish to help out in this effort either by contributing or by sponsoring particular functionality please contact us via the JPOX Forum.

Datastore Connection

The following JDO connection properties will connect to an LDAP running on your local machine

javax.jdo.option.ConnectionDriverName=com.sun.jndi.ldap.LdapCtxFactory
javax.jdo.option.ConnectionURL=ldap://localhost:10389
javax.jdo.option.ConnectionUserName=uid=admin,ou=system
javax.jdo.option.ConnectionPassword=secret