From: Imran M Yousuf <imran_at_smartitengineering.com>
Date: Mon, 1 Sep 2008 08:29:28 +0600
On Sun, Aug 31, 2008 at 9:20 PM, Martin Grotzke
<martin.grotzke_at_freiheit.com> wrote:
> Hi,
>
> I just added a sample that shows how to use jersey and spring using
> annotations provided/supported by spring >= 2.5 [1].
>
> One resource class [2] in this sample app also shows how users of spring
> < 2.5 can use annotation based autowiring (via the @Autowire annotation
> provided by jersey-spring).
That was pretty quick :).
I trying work on a sample with XML configuration and integrating
Spring Security. Currently reading up on Spring Security, hopefully
will be able to add a sample sometime soon.
Will have a look at your sample as well.
BTW, how does developers submit their work? is it by patch?