Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 431 Bytes

JAX-RS(Jersey)/Tomcat sample application

this is a collection of sample applications that show how a JAX-RS application can be set up using

  • Tomcat7 as target container
  • Jersey as JAX-RS implementation
  • Arquillian to do in-container tests
  • Spock as an alternate way to test
  • Spring or CDI to use dependency injection

Have a look at the different modules. Run the tests using mvn test