Show TOC Start of Content Area

Background documentation Creating the Enterprise Bean Archive  Locate the document in its SAP Library structure

Use this procedure to create a JAR file that contains the MDB and deployment descriptors – ejb-jar.xml and ejb-j2ee-engine.xml. You have created and compiled the MDB enterprise bean in the project MDBTest.

...

       1.      In the J2EE Explorer, select the project node MDBTest and open the context menu.

       2.      Choose Build EJB Archive.

       3.      Choose OK.

The archive file MDBTest.jar has been generated. It contains all the classes of the EJB module project.

This graphic is explained in the accompanying text

Next Step

Assembling the MDB Application

End of Content Area