GWT only supports code splitting as described in http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html
Anything else is not possible. Also keep in mind that while GWT code splitting allows you to move code into a separate download, it does not mean that you can update that separate download selectively, e.g. only updating your view.js file. You always have to update your full GWT app. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
