Integration has been edited by Hans J. Prueller (Feb 07, 2007).

(View changes)

Content:

Integrating with Glassfish:

Since Glassfish (http://glassfish.dev.java.net) implements the Java Persistence API 1.0 SPI, it is very easy to use OpenJPA in Glassfish. See http://weblogs.java.net/blog/ss141213/archive/2006/07/using_openjpa_a.html for further details.

Integrating with Sun Java System Application Server 9.x:

Since Sun Java System Application Server is based on code from Glassfish project (http://glassfish.dev.java.net), the instructions to use OpenJPA in Glassfish and Sun Java System Application Server remain same.

Integrating with WebSphere Application Server V6.1

See IBM WebSphere Developer Technical Journal: Leveraging OpenJPA with WebSphere Application Server V6.1.

Integrating with JOnAS Application Server V 4.X (J2EE 1.4 / EJB2.1 Container)

OpenJPA can successfully be integrated with the JOnAS 4.x Application server family. I succeeded in configuring OpenJPA to use managed JTA transactions of JOnAS, which means that you can use OpenJPA in parallel to EJB 2.1 CMP/BMP Entity Beans within the SAME container managed transactions of your JOnAS Application Server. See my blog entry for further details.

Reply via email to