# jersey2-jetty-example **Repository Path**: shine05/jersey2-jetty-example ## Basic Information - **Project Name**: jersey2-jetty-example - **Description**: This is an example of a Rest embedded server in a java application using Jersey 2, Jetty, and Jackson. There is also a project to test the Rest interface. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jersey2-jetty-example ===================== This is an example of a Rest embedded server in a java application using Jersey 2, Jetty, and Jackson. The 'rest-server' directory has the source code for the server. The 'rest-test' directory has a project to test the Rest interface. Compiling using Maven --------------------- To compile the server using Maven type `mvn install` in the 'rest-server' directory. To run the server type `java -jar target/rest-server-1.0.0.jar`. To compile and run the test project type `mvn test` in the 'rest-test' directory (for the tests to succeed the server must be running).