users@jersey.java.net

Re: [Jersey] Integrating Jersey and Spring

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 12 Jan 2010 14:48:44 +0100

On Jan 10, 2010, at 4:56 PM, Brad Lee wrote:

>
> Please disregard my post, I have located the source of the problem,
> and it
> seems to have nothing to do with bad threads. The problem appears
> to be
> Jersey library updates in the way URIs are handled; I made the
> mistake of
> simultaneously writing the Spring MVC Controller while simultaneously
> upgrading from 1.1.3-ea to 1.1.4.1. My Bad.
>
> To help anyone who wants to integrate spring webmvc and jersey, you
> can
> easily extend ServletContainer and implement the Controller interface,
> delegating the request to the parent's service method.
>

OK. Feel free to share any code as required, or suggest if this is
worth while to add to Jersey's Spring support.

Thanks,
Paul.