Hello!
I've googled this question for some time with no luck.
The problem:
I have compiled gwt app. Is there any way to extend this application without recompile? Probably I can manually inject some ***.nocache.js script into running gwt page.
For example I have a launcher with some number of links/buttons (something like iCloud web interface start page). Each link refers to independent gwt application. But when user clicks some of the icons i want to load application within the same html file. Also I need to do some data exchange between these modules ( I mean I want pass some data from "launcher" to newly loaded module). Is this possible?
Thanks in advance!