Working with Java EE Application Clients

The following table shows how to work with Java EE application clients.
Number one
Create the application client project
  1. Register a Java EE application server. You cannot deploy enterprise applications to the Tomcat server.
  2. Create the project for the application client.
  3. Add the application client to an enterprise application.

Number two
Code the application client
  1. Create classes in your application that access modules on the enterprise application.
  2. Call enterprise beans from web application modules and other enterprise beans.
  3. Access web services in the application client.

Number three
Configure the application
  1. Edit the application client's deployment descriptors.

Number four
Build the project
  1. Choose Build > Build Main Project or right-click the project and choose Build Project.

Number five
Deploy the module
  1. Right-click the enterprise application that contains the application client and choose Run Project.

Legal Notices