InfoQ

News

OpenJPA adopted by both IBM and BEA; becomes top-level Apache project

Posted by James Kao on Jun 26, 2007

Community
Java
Topics
Data Access
Tags
IBM ,
EJB ,
JPA ,
BEA ,
Open JPA
Apache OpenJPA has been gaining momentum in the JEE world, having been adopted by BEA as the EJB3 JPA implementation in WebLogic Server 10 and in the most recent EJB3 Feature Pack for IBM WebSphere Application Server (the first step before becoming a core feature of future commerical WebSphere releases).  OpenJPA started its life in BEA's Kodo product, whose code was donated to the ASF in 2006. Since then, the project has grown to include broad application server and tool support:
To assist in developing persistence applications OpenJPA works out-of-the-box with popular IDE's such as Eclipse and Netbeans. Additionally, plugin modules are available for the Apache Maven software project management and comprehension tool.

Many projects have adopted OpenJPA to provide the Object Relational Mapping for their needs, including Apache ActiveMQ, BEA Kodo, BEA WebLogic Server, Apache Camel, Apache Geronimo, Apache Ode, Apache OpenEJB, and IBM WebSphere Application Server. The community plans shortly to release version 1.0.0 of OpenJPA, reflecting the maturity and production quality of the code base.

Additionally, OpenJPA has been integrated with numerous other frameworks including Spring Framework, GlassFish, JOnAS Application Server, Sun Java System Application Server.
The OpenJPA website also notes:
BEA Kodo: Kodo is the project from which the OpenJPA source code was derived. Kodo is now, in turn, based on the Apache OpenJPA project and is in production use in hundreds of mission-critical applications around the world. OpenJPA is included as part of Kodo 4.1 and higher

WebSphere Application Server Version 6.1 Feature Pack for EJB 3 Alpha: The Alpha release of the IBM WebSphere Application Server Feature Pack for EJB 3.0 contains a preliminary implementation of the Enterprise JavaBeans Version 3.0 specification, commonly known as EJB3. Associated with the Enterprise JavaBeans Version 3.0 specification is the Java Persistence API specification, commonly known as JPA. The Alpha JPA implementation is powered by OpenJPA.
OpenJPA recently graduated from the Apache Incubator to become a top-level project. The project's implementation of JSR-220 (Java Persistence API) also recently passed the JCP TCK at 100%, indicating full compliance with the standard. 

InfoQ last May reported on OpenJPA possibly becoming a viable competitor to Hibernate, it seems that  the liberal Apache license and quality Kodo implementation is allowing the project to get significant adoption from most of the other players in the community, both commercial and open source.    One notable exception is Sun's Glassfish server (the Java EE RI), which bundles Toplink Essentials from Oracle.  Oracle announced in March that it will be contributing all of the commercial Toplink to the Eclipse foundation as part of the Eclipselink project, the first releases set to be available sometime in July.
How's the Spring support for additional functionality coming? by Jason Carreira Posted Jun 26, 2007 4:34 PM
Congratulations! by Julien Dubois Posted Jun 27, 2007 2:41 AM
Re: Congratulations! by Marc Logemann Posted Jun 27, 2007 3:12 AM
  1. In that other thread linked from May 2006, Rod Johnson talked about implementing added functionality such as QBE or Criteria on top of JPA in a vendor-neutral way... How's that coming? I'm sticking with Hibernate APIs until Filters and Criteria are available elsewhere.

  2. Back to top

    Congratulations!

    Jun 27, 2007 2:41 AM by Julien Dubois

    Congratulations to Marc P. and Patrick L. :-)
    I hope to soon drop Hibernate and replace it with OpenJPA for my Tudu Lists project. It will be interesting to see if there is any performance boost, and at least it will solve some ASM version incompatibility between Hibernate 3 and Spring 2...

  3. Back to top

    Re: Congratulations!

    Jun 27, 2007 3:12 AM by Marc Logemann

    I have no doubt that OpenJPA ist a great piece of software. I am using it for years :) Of course not directly but in the way of using Kodo. I am also thinking about using OpenJPA instead of Kodo, but due to the fact that i am still use the JDO interface of Kodo, i cant change that easily. So perhaps i will stick with BEA Kodo 4.x which is essentially OpenJPA + JDO.

    I wonder if Abe White is still on board...

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.