Creating the J2EE Application
In this section, you'll create a J2EE application named
ConverterApp
, storing it in the fileConverterApp.ear
.
- In
deploytool
, select FileNewApplication.- 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.ear
file 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
deploytool
wizards to create the components,deploytool
will add the components to theConverterApp.ear
file.