users@jersey.java.net

Re: [Jersey] Re: "MessageBodyReader" for PathParam

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Fri, 17 Sep 2010 07:35:37 -0700

On Sep 16, 2010, at 2:21 PM, tofferliu wrote:

>
> I see, I'm planning to have this filtering mechanism affect all
> PathParam
> injected arguments. I am already using spring but I have opted not
> to have
> spring manage the jersey resources. Is this a simple switch? Is it the
> recommended approach?

I don't know if there is a simple switch in the spring config. There
is no such switch in Jersey.

See here to enable Spring:

   https://jersey.dev.java.net/nonav/apidocs/1.4/contribs/jersey-spring/com/sun/jersey/spi/spring/container/servlet/package-summary.html

Paul.