On Sep 27, 2013, at 1:31 PM, Thiago H de Paula Figueiredo <thiag...@gmail.com> 
wrote:

> On Fri, 27 Sep 2013 13:11:33 -0300, Norman Franke <nor...@myasd.com> wrote:
> 
>> I'm trying to better integrate Atmosphere and Tapestry 5. It would make life 
>> easier if there was a way for T5's IOC layer to inject into an existing 
>> object, instead of having it need to create objects itself. I can't find 
>> one, if it exists.
> 
> Unless there's some setter we could call through injection, I don't think any 
> other IoC does that (injecting stuff into already existing objects). Most IoC 
> features can only be implemented because the IoC container is instantiating 
> the object.
> 
> -- 
> Thiago H. de Paula Figueiredo


Spring does, as does Guice. You lose some things, but it's better than nothing.

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



Reply via email to