Vrrrrrooommm: Jersey 0.6 released...with Grizzly 1.7.2!
Today the Jersey community has released version 0.6....with support for Grizzly 1.7.2 and its new Request/Response API. To read the official announcement, see Paul's blog.
Under the hood, Grizzly 1.7.2 is used. 1.7.2 added a new set of API (based on community feedback :-)) that makes much more easier the task of embedding the monster. The new API has also been adopted by JTXA, soon Phobos/Netbeans and GlassFish v3. So what was the problem before? Before, the Grizzly HTTP API wasn't offering useful object like Input/OutputStream, Reader/Writer and high level Request/Response object. So every application that embedded Grizzly has to implement their own, having the same issues and asking the same questions on our user list :-). The new API contains:
- GrizzlyRequest
- GrizzlyResponse
- GrizzlyAdapter
- GrizzlyReader
- GrizzlyWriter
- GrizzlyInputStream
- GrizzlyOutputStream
With those classes, you no longer have reasons to not embed Grizzly HTTP!!
technorati: jersey grizzly glassfish
- Login or register to post comments
- Printer-friendly version
- jfarcand's blog
- 1043 reads






Comments
by fenglanchi1984 - 2008-03-11 20:07
hi jean Please recommend books Network Programming Thank youby sebastiankirsch - 2008-03-10 13:49
Hi! Which advantages do I get from using Grizzly within Jersey? What is the difference to using "normal" Jersey? Thanksby jfarcand - 2008-03-10 18:08
When using Jersey, you need a web server like Tomcat, GlassFish, the JDK httpServer or.... grizzly. You cannot use Jersey without one of those. Thanks!by jfarcand - 2008-03-07 14:20
Do you means how to run Jersey on Grizzly? Take a look at this blog. Thanksby liquid - 2008-03-07 14:16
I'm having trouble findind this info. Am i missing something ? Is this what you meant jean françois (from the article):In terms of what's next:
...
(if time permits) experiment with Grizzly and comet;
by jfarcand - 2008-03-07 13:13
Thanks! Fixed.by anjanb2 - 2008-03-07 12:59
hi there,the link to paul's blog should be :
http://blogs.sun.com/sandoz/entry/jersey_0_6_is_released
Thank you,
BR,
~A