Jersey 2.0 Integrated into GlassFish 4.0
Posted
by Jakub Podlesak
on Oracle Blogs
See other posts from Oracle Blogs
or by Jakub Podlesak
Published on Fri, 29 Jun 2012 10:02:29 +0000
Indexed on
2012/06/29
15:20 UTC
Read the original article
Hit count: 304
/REST
What should work
The simple answer is: all the basic stuff. We have particularly tested the following two examples: Both above linked archives contain adjusted projects, so that resulting war files do not bundle any Jersey dependencies. Both also use Jersey 2 specific Servlet class,org.glassfish.jersey.servlet.ServletContainer
, for deployment. See Martin's blog post on how to package war applications capable of running with both Jersey 1 and Jersey 2 ServletContainer classes.
What has not been covered yet
The main areas, which have not been touched yet in Jersey 2 are:- EJB integration
- CDI integration
- Validation
© Oracle Blogs or respective owner