That proxy is not what i want. I just want a way to build and invoke objects and Methode by also using this to setup and run runnables or invokables or callabels.
In the end i will be able to setup and run certain processors and commands without dealing with any special setup stuff. The whole model will be abunch of Methode names to provide optional lifecycle management and a list of classes of the tasks to initiate and run using the parallel executor. That it basically. This way i dont need to rely in that page, HTML stuff . cheers, Martin Kersten Germany Am 23.09.2013 17:29 schrieb "Lance Java" <lance.j...@googlemail.com>: > > I know exactly how it works. So please correct your opinion about the > session source. > > Ok, noted ;) > > I'm guessing that want to create some form of dynamic proxy using plastic > (or java.lang.reflect.Proxy) to invoke a method. The proxy will inject in > the method arguments based on type / annotation by looking up from the > tapestry registry. Is that about right? > > You could pass the ObjectLocator into such a proxy and it can access the > whole registry by type / serviceId. >