Re: Tapestry in distributed environment

2014-09-02 Thread Mugat Gurkowsky
this works like charm- thanks a lot On Fri, Aug 29, 2014 at 4:26 PM, Daniel Jue wrote: > For instance, in my project, see this BeforeSuite annotated method: > > > https://github.com/Sotera/graphene/blob/master/graphene-parent/graphene-util/src/test/java/graphene/util/fs/PropertiesFileSymbolPro

Re: Tapestry in distributed environment

2014-08-29 Thread Daniel Jue
For instance, in my project, see this BeforeSuite annotated method: https://github.com/Sotera/graphene/blob/master/graphene-parent/graphene-util/src/test/java/graphene/util/fs/PropertiesFileSymbolProviderTest.java On Fri, Aug 29, 2014 at 10:24 AM, Daniel Jue wrote: > Another good place to look

Re: Tapestry in distributed environment

2014-08-29 Thread Daniel Jue
Another good place to look is in any of the unit or integration tests for frameworks or apps that use Tapestry. You often want to start up a registry there so you can import modules to wire up DAOs, services, etc. On Fri, Aug 29, 2014 at 8:50 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com

Re: Tapestry in distributed environment

2014-08-29 Thread Thiago H de Paula Figueiredo
On Fri, 29 Aug 2014 08:39:50 -0300, Mugat Gurkowsky wrote: hello, Hi! 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 fr

RE: Tapestry in distributed environment

2014-08-29 Thread Tony Nelson
} Hope that helps Tony ps. I apologize in advance if the formatting gets messed up, I am sending this from a web based mail. From: Mugat Gurkowsky [zenpunk...@gmail.com] Sent: Friday, August 29, 2014 7:39 AM To: users@tapestry.apache.org Subject: Tap

Tapestry in distributed environment

2014-08-29 Thread Mugat Gurkowsky
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 ru