Java EE Application Clients Tasks: Quick Reference

This topic describes common tasks you can perform with Java EE application clients. For more detailed information, click the links in the right column.

To perform this task Follow these steps
Create an application client.
  1. Choose File > New Project (Ctrl-Shift-N).
  2. Select the right template from the Java EE category. 
Build an application client.
  • Right-click the application client project node and choose Build.
Verify an application client.
  • Right-click the application client project node and choose Verify.
Run an application client.
  1. Start the application server.
  2. Deploy the enterprise application by right-clicking its project node and choosing Deploy.
  3. Right-click the application client project node and choose Run.
Generate a reference to an enterprise bean.
  1. Open any Java class file in the application client project.
  2. Right-click inside the class file and choose Insert Code > Call Enterprise Bean.
Edit an application client's deployment descriptors.
  1. Expand the Configuration Files node for the application client project.
  2. Double-click the deployment descriptor.

Legal Notices