Enterprise Java Beans (EJBs) V2

The Java TM 2 Platform, Enterprise Edition (J2EE TM) is a Java platform that defines the standard for developing multi-tier enterprise applications. J2EE simplifies enterprise applications by basing them on standardized, reusable modular components, it provides a complete set of services to those components, and handles many details of application behavior automatically without complex programming.

PowerDesigner supports the EJB 2.0 specification, with special emphasis on entity beans (both CMP and BMP), and allows you to take full advantage of the tight integration between the PDM and OOM.

To work with EJB 2.0, you require Java 2 SDK Standard Edition (J2SE TM) 1.3 (final release), Java 2 SDK Enterprise Edition (J2EE TM) 1.3 (final release), a Java IDE or a text editor and a J2EE application server supporting EJB 2.0.

We recommend that you add the JAVA_HOME and J2EE_HOME system variables in your environment as follows:

In CLASSPATH:
%JAVA_HOME%\lib;%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib
In Path:
%JAVA_HOME%\bin;%J2EE_HOME%\bin

For detailed information on EJB, see the Oracle Java Web site, at http://www.oracle.com/technetwork/java/index.html.