You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This section provides a quick overview of the are several additions and fixes included in this milestone release.

EJB 3

One of the major additions in this new milestone release is the initial integration of EJB 3 (JSR220) through the OpenEJB project. The EJB 3 specification now offers a totally redesigned Enterprise JavaBeans architecture, reduced complexity and simplified APIs to make the enterprise application development easier.

Some remarks about this new specification are:

  • Simpler to use compared to the previous specification.
  • Metadata annotations targeted to reduce the number of classes and interfaces needed as well as to eliminate the need for EJB deployment descriptors.
  • Default configuration and behaviors now available, "configuration by exception" approach taken whenever possible.
  • Dependency injection.
  • EJB components interfaces and home interfaces are no longer required for session beans.
  • Business interfaces (plain Java interfaces) can used instead of EJBObject, EJBLocalObject or java.rmi.Remote interfaces for session beans.
  • Simplified bean types.
  • Simplified Java Persistence API.
  • Persistent entities no longer require interfaces.
  • Dynamic query capabilities and support for native SQL queries.

Refer to the JSR 220: Enterprise JavaBeans TM 3.0 Specification Request for further details.

Integration in Geronimo

As mentioned earlier, this specification makes it to Geronimo via the Apache OpenEJB project. The current development status of the OpenEJB project can be seen at OpenEJB 3 RoadMap page.

Web Services

  • No labels