Enterprise JavaBeans (EJB) 3.0

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Implementations
  

Articles:
  • Build the enterprise with EJB 3, JBoss Seam, and Maven 2 by Michael Nyika   - [Clicks: 25]
    Sure, it's possible to use Ant for enterprise builds, but here's the thing: You'll coax so much more mileage out of your EJB 3 and Seam-based projects by building them with Maven 2.
    http://www.javaworld.com/javaworld/jw-06-2008/jw-06-build-the-enterprise.html - Jun, 2008

[Top]

Implementations:
  • Apache OpenJPA   - [Clicks: 45]
    OpenJPA is an Apache-licensed open source implementation of Java Specification Request 220 in the Java Community Process. You can find details of JSR-220 at http://www.jcp.org/en/jsr/detail?id=220. The Apache OpenJPA project is focused on building the OpenJPA api and a robust, high performance, scalable implementation of JPA.
    http://incubator.apache.org/openjpa/index.html
  • Hibernate EntityManager   - [Clicks: 48]
    EJB3 standardizes the basic APIs and the metadata needed for any object/relational persistence mechanism. Hibernate EntityManager implements the programming interfaces, lifecycle rules and packaging archive support as defined by the EJB3 persistence specification. Together with Hibernate Annotations, this wrapper implements a complete (and standalone) EJB3 persistence provider, as defined by the JSR-220 public final draft, on top of the mature Hibernate3 core.
    http://www.hibernate.org/299.html

[Top]