Show TOC Start of Content Area

This graphic is explained in the accompanying text Creating the Enterprise Bean Archive  Locate the document in its SAP Library structure

 

Use this procedure to create a JAR file that contains the Calculator session bean and deployment descriptors – ejb-jar.xml and ejb-j2ee-engine.xml.

Prerequisites

This graphic is explained in the accompanying textThis graphic is explained in the accompanying text

You have created and compiled the Calculator enterprise bean in the project CalculatorEjb.

Procedure

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

       2.      Choose Build EJB Archive.

       3.      Confirm the message informing you that the build has been successful by choosing Ok.

Result

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

 

This graphic is explained in the accompanying text

 

Next step:

Now continue with creating the Web project.

 

End of Content Area