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