
This project is an example of using JAX-RS, Spring, and JPA all together in one application in a JAX-RS implementation
portable way.  You should check out the RESTEasy Spring integration for a simpler spring integration.

System Requirements:
====================
- Maven 2.0.9 or higher

Building the project:
====================
1. In root directoy

mvn clean install

This will build a WAR and run it with embedded Jetty
