users@jersey.java.net

[Jersey] Re: Jersey on netty?

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Wed, 28 Aug 2013 15:13:04 -0700

Hi Jan,

if you're asking about Async HTTP server in general - Jersey could be
run on top of Grizzly [1], you can find many samples in Jersey workspace
or just google for 'Jersey Grizzly2'.
Hope that will help.

WBR,
Alexey.

[1] http://grizzly.java.net/

On 28.08.13 14:46, algermissen1971 wrote:
> Hi all,
>
> looking into possibilities to run Jersey on top of an async HTTP 'server' , e.g. netty.
>
> Is anyone aware of any effort trying to do this in production quality?
>
> What I am not sure in general is whether the programming model of JAX-RS actually fits an async. container (set aside AsyncResponse).
>
> Has anyone tried and succeeded or failed?
>
> Jan