Working with Java EE Application Clients
The following table shows how to work with Java EE application clients.
Create the application client project
Register
a Java EE application server. You cannot deploy enterprise applications to the Tomcat server.
Create the project
for the application client.
Add the application client to an enterprise application
.
Code the application client
Create classes in your application that access modules on the enterprise application.
Call enterprise beans
from web application modules and other enterprise beans.
Access web services
in the application client.
Configure the application
Edit the application client's deployment descriptors.
Build the project
Choose Build >
Build Main Project
or right-click the project and choose Build Project.
Deploy the module
Right-click the enterprise application that contains the application client and choose
Run Project
.
Legal Notices