Manual
Figure 17-2 Eclipse SDK Welcome Screen
Close the welcome screen. The workspace is created.
NOTE: You can find the source code for the EmplopyeeInfo application in the
SAMPLES.zip file.
The following activities are required to develop the EmployeeInfo application using the
Eclipse IDE:
• Creating a New Java Project
• Adding Dependency JAR Files to the Project Library
• Creating the Package for the EmployeeInfo Application
• Creating the Class File
• Creating the Main Class
• Implementing the Business Logic
• Creating the Hibernate Mapping File
• Setting Hibernate Configurations
• Creating the EmployeeInfo Application JAR File
Creating a New Java Project
To create a new Java project for the EmployeeInfo application, complete the following steps:
1. Open a new Eclipse project dialog using File > New > Project.
The New Project dialog box appears.
2. From the list of folders, select Java > Java Project and click Next.
Figure 17-3 shows the New Project dialog box.
Overview of EmpIoyeeInfo 331