I am going on some stale gears info here, but ...
On Apr 15, 2009, at 3:15 PM, fvisticot wrote:


I would like to call GWT RPC method from my worker pool for
synchronization process between dbs (client and server)
It seems that the WorkerPool can only call javascript file or text
script...

GWT purpose is to generate javascript as well so it is not possible
to:
1. develop the method/class to invoke in the WorkerPool with GWT.

yeah sure, create a new GWT module for each worker. there is a GALGWT project that should have some Gears integration stuff in it.

2. compile this method with GWT compiler

yup, but you'll need to use the single script linker

3. call this method from the WorkerPool

That one is one that I'm not sure on. At one time it was possible to issue XHR from a worker, but I was told that was a bug. I'm not sure if worker XHRs have been added or not. I'm sure someone that is more up to date on Gears can answer that one for you.

-jason

Reply via email to