
This project is a simple example showing usage of @Path, @GET, PUT, POST, and @PathParam.  It uses pure streaming
output as well. 

System Requirements:
====================
- Maven 2.0.9 or higher
- JBoss AS 7.1.1 or higher

Building the project:
====================
1. Start JBoss AS 7 manually
2. In root directory of project

mvn clean install

This will build a WAR, deploy it to JBoss, and run the unit test