users@jersey.java.net

Re: [Jersey] Simplifying Jersey life-cycle and IoC integration

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 24 Nov 2008 17:40:12 +0100

On Nov 24, 2008, at 5:38 PM, Gili wrote:

> Paul Sandoz (via Nabble) wrote:
> > > Actually I would suggest breaking the method up into two:
> > >
> > > Class<?> getInjectableClass(Object original);
> >
> > What would the Jersey runtime do with that method?
>
> Ugh. You're totally right. On second thought, the Spring
> implementation
> is all I need. Guice just doesn't expose a method for me to get at the
> underlying instance but I'll try to hack a way to do so myself. Sorry
> for the confusion ;)
>
> BTW, you did a really great job redesigning the IoC classes!
> It pretty
> much resolved all the problems I had with the old design.
>

Thanks, your feedback helped a lot.

Paul.