Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Anchor
top
top
Article donated by: Henry Isidro, Leonard Flournoy, Hernan Cunico
A typical J2EE application may contain Enterprise JavaBeans or EJBs. These beans contain the application's business logic and live business data. 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.

...

This command will create the session-ejb-SNAPSHOT.jar and session-ejb.war files in the <session_home>/target directory. If maven is not able to locate openejb-core-2.0.jar, then copy it from the geronimo repository to the maven repository in the openejb/jars directory.

Back to Top

Deploy the migrated application

...