users@jersey.java.net

Re: [Jersey] Re: Java EE 6 deployment questions

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 22 Apr 2010 15:08:24 +0200

On Apr 22, 2010, at 2:07 PM, Laird Nelson wrote:
> One last follow up (really!).
>
> The user guide which refers to deploying Jersey applications
> (https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html
> #d4e194)
> (thanks for the link, Paul) mentions that at least one feature
> required by Java EE 6 is not supported by Jersey (namely, specifying
> the FQN of an Application class for a servlet-class element in
> web.xml). I have to assume this is now supported,

Correct on environments with Servlet 3.0.

I will update that section.


> since I don't see
> how Jersey could have passed the TCK without it. Is that true?
>

Actually IIRC the TCK does not current test that bit :-)

Attached are some NBs samples exercising servlet 3 integration.

Paul.