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 application client project.

Number two
Code the application client
  1. Configure the classpath of the application client project to add the Java class library project that contains the required remote interfaces.
  2. Call the remote interfaces of the enterprise beans from the application client.
  3. Access web services in the application client.

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

Number four
Build the project
  1. Choose Run > Build Main Project or right-click the project node in the Projects window and choose Build.

Number five
Deploy the module
  1. Right-click the application client and choose Run.

Legal Notices