Manual
Figure 5-2 Eclipse SDK Welcome Screen
Close the welcome screen. The workspace is created.
After the workspace is created, complete the following activities to develop the EmpInfo
application using the Eclipse IDE:
1. Developing a Basic EmpInfo Application
2. Developing and Configuring Views and the Controller
3. Developing Business Logic and Providing the Web Interface
4. Integrating the Web-tier of EmpInfo with NonStop SQL/MX Database
5. Enabling EmpInfo to Delete and Retrieve Employee Details
NOTE: You can find the source code for the EmpInfo application in the SAMPLES.zip
file.
Developing a Basic EmpInfo Application
Developing the EmpInfo application using Eclipse IDE involves the following activities:
1. Creating a Dynamic Web Project
2. Creating the index.jsp File
3. Modifying the web.xml File
4. Modifying the web.xml File
5. Creating the EmpInfo-servlet.xml File
6. Adding Dependency JAR Files in the Project Library Path
7. Creating the Controller for EmpInfo
8. Creating the View
Creating a Dynamic Web Project
To create a new Eclipse project for the EmpInfo application, complete the following steps:
Overview of EmpInfo 91