Skip to content

An Implementation integrating JAX-RS (RestEasy) with CDI (Weld) on a fast embedded servlet container (Undertow)

Notifications You must be signed in to change notification settings

vdevigere/undertow-cdi-jaxrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

The tutorial walks you step by step on implementing JAX-RS (Resteasy) with CDI (Weld) on a high performance servlet container (Undertow)

================== Undertow is a light weight java based webserver and servlet container. It is at the heart of WildFly the application server from Redhat. It performs remarkably well as benchmarked by the TechEmpower benchmarks

Weld is the reference implementation of JSR 299. You can learn more about CDI

Resteasy is Redhat's implementation of (JSR 311 & JSR 339) the spec for implementing restful webservices in Java. Jersey being the reference implementation.

Check out the Wiki for a details of the implementation:-

About

An Implementation integrating JAX-RS (RestEasy) with CDI (Weld) on a fast embedded servlet container (Undertow)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages