The J2EETM Tutorial
Home
TOC
PREV TOC NEXT Search
Feedback

Creating the J2EE Application

The sample application contains three J2EE components: an enterprise bean, a J2EE application client, and a web component. Before building these components, you will create a new J2EE application called ConverterApp and will store it in a file named ConverterApp.ear.

  1. In the deploytool, select File -> New Application.
  2. Click Browse.
  3. In the file chooser, navigate to examples/src/ejb/converter.
  4. In the File name field enter ConverterApp.ear.
  5. Click New Application.
  6. Click OK.
Home
TOC
PREV TOC NEXT Search
Feedback