Java Reference
In-Depth Information
We need to select our Enterprise Application project from the Add to Enterprise
Application drop-down, and then enter an appropriate package and name for the
Main Class field.
After clicking on Finish , our new project is created.
Since our EJB client is going to execute on a different JVM than our EJBs, we need
to create a Java Class Library project that will contain the remote interface for our
session bean. We can create a new Java Class Library project by going to File |
New Project... , selecting the Java category, and selecting Java Class Library
under Projects .
 
Search WWH ::




Custom Search