EJB 3 and JPA Project Setup

Skeleton Project Setup


  1. Download this file: JpaAndEjb3.7z
  2. Download this file: Ejb3AndJpaPrefs.epf
  3. Use 7-zip to expand this file somewhere (for this example we'll use C:/workspaces)
  4. Start Eclipse
  5. Select the directory where you extracted this file and add to it JpaAndEjb3 (C:/workspaces/JpaAndEjb3)
  6. Pull down the File menu and select Import
  7. Under the General tab, select Prefererences and click Next
  8. Click Browse* and select the file you downloaded in the second step
  9. Click Finish
  10. Pull down the File menu and select Import
  11. Under the General tab, select Existing Projects into Workspace
  12. Click on Browse and go to the workspace directory and click OK (C:/workspaces/JpaAndEjb3 - note you should just be able to click Browse and then OK)
  13. Select all of the listed projects and click Finish**

0 comments: