A single application server version only supports a single Java EE
specification revision.  Right now, the only Java EE 7 compliant
application server is GlassFish.  You can hack together some things (e.g.
CDI 1.1 + JAX-RS 2.0) on Tomcat 7, but it's only going to go so far.


On Fri, Jul 26, 2013 at 4:25 PM, Nick Khamis <[email protected]> wrote:

> John thank you so much for your response. What would one expect from a
> Tomcat+Jersey 2.0 combination.
> Would we have support for JAX-RS 2.0 stuff like:
>
> Resource Context (Request. Response),
> Filters  (Request. Response)
> Interceptors (Writer, Reader),
> Async
> Context and Dependencies Injection 1.1
>
> I hope these are not to stupid of a question. I always struggle with 1)
> Servlet Containers 2.5 vs 3.0
> 2) Application Servers supporting JEE 6,7,8,9,10,321... The needle that
> broke the back you know?
>
> Thanks in Advance,
>
> Nick.
>
>
>
>
>

Reply via email to