With gwt-exporter you create the desired js.
This can be loaded in your own js.
How? -> First google result (10ms):
http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml

<http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml>- Ed

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

> How can I "delay the loading of the js file and not directly included in
> your html page" ? That's exactly the question here;) Seems to me I have to
> include the first nocache.js file on the host page and can NOT include this
> dynamically from JavaScript? Code splitting and runAsync() isn't really a
> solution for me because all the code of the frameworks still gets loaded
> with the first part of the code (see my first post).
>
> After searching for a few hours I've found that writing an own GWT linker
> (i.e. implementing com.google.gwt.core.ext.linker.AbstractLinker) might be
> a possible solution to my problem. Can anyone confirm this? Since I have no
> idea how to write my own linker or even get startet it would be comforting
> to know that if I start following this path it will definietly lead to a
> solution.. ;)
>
> --
> 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/-/FAlnk8yzcMsJ.
> 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