Creating the J2EE Application
In this section, you'll create a J2EE application named
ConverterApp, storing it in the fileConverterApp.ear.
- In
deploytool, select FileNew
Application.
- Click Browse.
- In the file chooser, navigate to this directory:
<INSTALL>/j2eetutorial14/examples/ejb/converter/- In the File Name field, enter
ConverterApp.ear.- Click New Application.
- Click OK.
- Verify that the
ConverterApp.earfile resides in the directory specified in step 3.At this point, the application contains no J2EE components and cannot be deployed. In the sections that follow, when you run the
deploytoolwizards to create the components,deploytoolwill add the components to theConverterApp.earfile.