
The deployment descriptors contain the deployment properties of the enterprise beans in your EJB application. The SAP NetWeaver Developer Studio generates the empty standard (ejb-jar.xml) and the J2EE Engine-specific (ejb-j2ee-engine.xml) deployment descriptors when you create an EJB Module project . After you create the enterprise beans for your application, the SAP NetWeaver Developer Studio generates the default content for the deployment descriptors. You can then edit the content and specify additional deployment properties for your enterprise beans.
The J2EE Engine-specific deployment descriptor that contains the object-relational mapping for your container-managed entity beans (persistent.xml) is not generated when you create the EJB Module project; it is generated when you create the first container-managed entity bean in your EJB application.
ejb-jar.xml
The right-hand pane displays the properties that you can specify in ejb-jar.xml. They are organized in tabs according to the structure of the ejb-jar.xml. There you can:
ejb-j2ee-engine.xml
The right-hand pane displays the properties that you can specify in ejb-j2ee-engine.xml. They are organized in tabs according to the structure of the ejb-j2ee-engine.xml. There you can:
persistent.xml
The right-hand pane displays the properties that you can specify in persistent.xml. They are organized in tabs according to the structure of the persistent.xml. There you can: