Sample: JPA JSF Employee List application

The Employee List sample demonstrates the use of Java™ Persistent API (JPA) to access employee data. In this sample, the application maps persistent entities to columns in a database table and presents the information on a Web site where users can create, read, update, and delete data.
Time required to import the sample: 5 minutes
Prerequisites:
  1. Install WebSphere® Application Server version 7.0:
    1. Open the IBM® Installation Manager.
    2. Click Install. The Install Packages page opens.
    3. In the package list, select IBM WebSphere Application Server Version 7.0 Test Environment, then click Next.
    4. Follow the instructions in the Installation Manager to install WebSphere Application Server Version 7.0.
  2. Install the SDO tools:
    1. Open the IBM Installation Manager.
    2. Click Modify.
    3. In the Feature list, click IBM Rational Application Developer for WebSphere Software 7.5.0 > Web Development Tools.
    4. Select SDO - Domino and JDBC mediators then click Modify.
Important: This sample imports with errors. Before running this sample on a server, you need to configure the JPA persistence file to correct the errors. Instructions are provided below.

Feedback