Intentional Software - Democratizing Software Creation
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Tracking change and innovation in the enterprise software development community
Posted by James Kao on Jun 26, 2007 09:00 AM
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.The OpenJPA website also notes:
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.
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 higherOpenJPA 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.
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.
Info 2.0: IBM's vision for the world of Web 2.0 and enterprise mashups (Webcast)
Rational Model Driven Development eKit: Examples, Tutorials, Webcasts
IBM Web 2.0 Developer eKit: Free Tutorials, Webcasts, Whitepapers
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.
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...
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...
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Jason Rudolph discusses Java/Grails integration, Grails plugins, creating a Grails sample application, Grails app structure, data querying and persistence, validation, controllers and tag libraries.
The Scrum Product Owner role is powerful, valuable and challenging to implement. It brings healthier relationships between customers and developers, and competitive advantage - if you do it right.
Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
3 comments
Reply