Re: Start GWT App from JavaScript
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home