Jersey 1.8 is released

Posted by Jakub Podlesak on Oracle Blogs See other posts from Oracle Blogs or by Jakub Podlesak
Published on Mon, 27 Jun 2011 23:37:57 -0700 Indexed on 2011/06/28 8:27 UTC
Read the original article Hit count: 304

Filed under:

On the last Friday, we have released the 1.8 version of Jersey, the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.1 specification is available at the JCP web site and also available in non-normative HTML here.

For an overview of JAX-RS features read the Jersey user guide. To get started with Jersey read the getting started section of that guide. To understand more about what Jersey depends on read the dependencies section of that guide. See change log here.

This, 1.8, version of Jersey is going to be integrated into GlassFish 3.1.1 and contains bug fixes mainly. The most important fix from this perspective is included in the JAX-RS/EJB integration layer. It is now possible to implement JAX-RS resources as EJB Session beans, which implement local and/or remote interfaces. This functionality was broken in previous releases.

Another great addition should come into the client space, where Pavel has already done some preparation in the client API (including some breaking changes there) for the non-blocking asynchronous client feature. The implementation is already part of the experimental Jersey space and should be included as part of the stable Jersey bits in some of the coming releases.

For feedback send email to:

[email protected] (archived here)

or log bugs/features here.

© Oracle Blogs or respective owner

Related posts about /REST