Skip to content

marks1024/simple-jaxrs-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-jaxrs-application

Example JAX-RS Application Setup (Jersey/Tomcat 8)

This is a simple maven project that should allow you to use JAX-RS (via Jersey) with Apache Tomcat. There is an application class called ExampleApplication : javax.ws.rs.core.Application and one REST service called TestJaxRsService.

When running the REST service will be available at <host>/examplejaxrs/services/items and return a 'Hello, world' message.

The application was tested with Apache Tomcat versions 8.0 and 8.5.

About

Example JAX-RS Application Setup (Jersey/Tomcat 8)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published