Re: T5 IOC Integration Questions

2013-09-27 Thread Martin Kersten
Norman, I implemented something I called Invoker lately. It was quite easy to do field injection and calling methods where you inject all parameters. The mixed part was quite difficult though (provide some parameters and inject the others). Also be aware of that the ordering of methods is not guara

Re: T5 IOC Integration Questions

2013-09-27 Thread Norman Franke
On Sep 27, 2013, at 1:31 PM, Thiago H de Paula Figueiredo wrote: > On Fri, 27 Sep 2013 13:11:33 -0300, Norman Franke 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,

Re: T5 IOC Integration Questions

2013-09-27 Thread Thiago H de Paula Figueiredo
On Fri, 27 Sep 2013 13:11:33 -0300, Norman Franke 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