tree: 7ac7df1ced3b1af4b9d410100be71d74ce863753 [path history] [tgz]
  1. employee.model/
  2. employee.web/
  3. employee.web-js/
  4. pom.xml
  5. README.md
jpa/employee/README.md

EclipseLink Example

The EclipseLink Employee example is used to illustrate basic usage of JPA. Instructions for running the examples are available here:

http://wiki.eclipse.org/EclipseLink/Examples/JPA/Employee

employee.model

The employee model mapped using JPA annotations.

employee.web

Simple JSF application that leverages the employee.model.

employee.web-js

This is a Thin Server Architecture version of the Employee web application leveraging EclipseLink JPA-RS on the server and a HTML5/JavaScript based client.