Sunday, November 20, 2016

Re: GWT Code Splitting: The GWT Stuff and My Core Java Classes

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment