Skip to content

StuAtGit/JettyJerseyExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

JettyJerseyExample

Example of how to use Jersey with an embedded Jetty Server.
Created in response to:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=459178

To see it in action, install git and maven and:

git clone [repo]
cd repo
mvn test

The test does run an embedded server on port 8080 and try to connect, so if you already have that port taken, it will fail. Requires at least java 7.

About

Example of how to use Jersey with Jetty embedded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages