A project is a container that stores all the configuration details of a web service application. To create a project, complete the following steps:
- Click the File menu.
- Choose New Project from the menu. This opens the New Project dialog box.
- Select Web from the Categories section.
- Select Web Application from the Projects section.
- Click the Next button to proceed.
- In the New Web Application dialog box, specify a name for the project in the Project Name text box. For example, type TestApp.
- In the Project Location text box, specify the path where the project will be saved. Alternatively, you can also click the Browse button and specify the path.
- Ensure that your application server is selected.
- Next, click the Finish button. This creates the project along with the associated files and folders and can be viewed in the Projects tab.
|