Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

Anchor
top
top

Enterprise Java Beans has been one of the corner stones in the J2EE specification. As a J2EE 1.4 certified application server, Apache Geronimo supports EJB's extensively with the help of OpenEJB EJB Container. Although it is possible to use standard Java objects to contain your business logic and business data, using EJBs addresses many of the issues of using simple Java objects, such as scalability, lifecycle management and state management. In this article, you'll see how an initial database application is extended and used for both locally and remotely reffered application clients for Enterprise Java Beans back end. The application uses inbuilt Apache Derby as the database. Use this article to learn how to simplify your enterprise application development process.

...