Post date: Jul 4, 2016 11:04:33 AM
Perspective : Development Infrastructure
Select the Software Component in your Development Configuration.
1. External Library
Create DC of type External Library
Libraries Folder - Copy the jar files in Library folder
Permission tab - Set the permission in permission tab
Public Parts tab
Add Public Part of type Assembly - Select the jars in Library folder and publish as file
Add Public Part of type Compilation - Select the jars in Library folder and publish as archive
Build the DC
Open Activities view - Check-in the open activities
2. EJB Module
Create DC of type EJB
Permission tab - Set the permission in permission tab
Dependencies tab - Add the dependency to the External Library DC
Select the DC and Sync/Create Project
Do the coding - create package > bean class
Setup META-INF, update ejb-j2ee-engine.xml
Build DC
Open Activities view - Check-in the open activities
3. Enterprise Application
Create DC of type Enterprise Application
Permission tab - Set the permission in permission tab
Dependencies tab - Add the dependency to the EJB DC
Setup META-INF, update application-j2ee-engine.xml
Build DC
Open Activities view - Check-in the open activities