Example of using RestEasy with:
- Spring
- Jetty (embedded)

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

Added client module. The module shows an example to test the existing war generated by the service module using the same
web container: jetty6 in an embedded mode. The container is injected in the junit 4 test. The client makes use of the resteasy client framework.

Building the project:
====================

mvn clean install

Running the project and manually testing it:
===========================================

mvn jetty:run

Open a browser at the following URL:

List all available contacts:
http://localhost:9095/contacts
