Some time ago we discussed [1] inlining nocache.js into the host page to speed up initial page load, which I find quite worthwhile a read. While back in the 1.7 days I managed to inline nochache.js with a modest effort of post processing (escaping some javascript), 2.0 defeats me. I can't find a way to inline the GWT 2.0 compiler's nocache.js into the host page without always running into some javascript syntax error, which prohibits the entire code from loading.
Any hints? [1] http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/8127c586073b1711/2eeb884f6f5cdcbf?lnk=gst&q=inline#2eeb884f6f5cdcbf -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
