Not of you use code splitting I assume.
And you can also delay the loading of the js file and not directly included
in your html page (just like google api's are loaded). Just load your js
file yourself in your js file.. (just what code splitting does)
- Ed

On Sat, Dec 17, 2011 at 3:38 PM, Daniel <[email protected]> wrote:

> I did read it. But according to their simple demo I still have to include
> the generated .js file directly into the html page:
> http://code.google.com/p/gwt-exporter/source/browse/trunk/samples/src/main/java/simpledemo/public/SimpleDemo.html
>
> So how could I use gwt-exporter to start the GWT app from JavaScript?
> Because as soon as I have to include the nocache.js file all the code gets
> loaded directly when the page loads and not when I actually start the app.
> Thanks for your time
>
> --
> 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/-/3kcoeYzVihsJ.
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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