Hi,
I want to embed a GWT App into another non-GWT website. Probably about 90% 
of the time the GWT App won't be needed by the user. So I don't want to 
include the nocache.js file when the page first loads. I'd rather include 
it via JavaScript when the user needs some GWT features. I tried 
document.write() to include the nocache.js file but it doesn't work (I only 
get a blank page). Is there a way to start the GWT app from JavaScript?

As a workaround I already looked at GWT's runAsync() to reduce the size of 
the of the code which get's loaded before onModuleLoad(). But that's not 
really a good option for me since the GWT project has many dependencies to 
other frameworks which will all get loaded before the first onModuleLoad() 
nevertheless.

Any suggestions?
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tNviHOWaXk8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to