What's the simplest way of getting a Web-Worker thread loaded with a GWT module?

I am not referring to getting support for Web-Worker in GWT (there are libraries for that) but rather how would generate a GWT module for loading into a web-worker?

I suspect I need a special Linker - is there one available somewhere?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Have a look at http://code.google.com/p/speedtracer/source/browse/trunk/src/client/ui/src/com/google/gwt/webworker/ I didn't dig deep but it seems to be that "special linker" you're looking for (the linker is then used for the "hintlet engine" and "breaky" modules of SpeedTracer)

link|improve this answer
mucho cool! Thanks! – jldupont Sep 2 '11 at 13:21
feedback

There is a library called gwt-ns which includes web worker. Following link is the example using it. http://extremelysatisfactorytotalitarianism.com/blog/?p=645

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.