Re: Loading only relevant shared code in an html page.

2017-05-04 Thread Thomas Broyer
You have 2 possibilities (that I haven't explored personally, so I couldn't comment on the pros on cons) - use a single entry-point (single module), and use code splitting (GWT.runAsync) to only load what's needed (and probably a bit more that'd happen to be shared with other pieces

Loading only relevant shared code in an html page.

2017-05-04 Thread NxS
Hello, I'm a GWT newbie. 1. Is it possible to load only a subset of a module's shared code in an html page, declaratively or otherwise? Use-case: I may have a lot of shared code in my overall application, not all of which may be relevant to every single html page (of my overall