hello, i am currently using tapestry for a web-project which i am developing. the project is meant to work with a lot of data, and requires a lot of processing power.
in order to overcome the problems of so much data and processing-power, i intend to use distributed calculations, which will be running on drone-clients which distribute the data as well as the processing. i would like to be able to use tapestry IoC (especially injections) in the drone-clients, but i have run into problems with that. in the documentations i have not seen any way which would make use of Tapestry IoC from a java-main without the ise of a web-server, so i wanted to ask you how i could do that best. thanks in advance for help zenpunk