Skip to content

stilkov/jetty-weld-jersey-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Minimal web app combining CDI (Weld), JAX-RS (Jersey) and Jetty

After spending more time than I care to admit hunting for the right combination of Maven, web.xml and Jetty settings, I thought it might make sense to put this online somewhere.

Build and start it with mvn jetty:run, then connect to the running server at http://localhost:8080/plain and http://localhost:8080/cdi and you should see a result generated without and with CDI.

About

Minimal web app combining CDI (Weld), JAX-RS (Jersey) and Jetty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages