Hello,

It depends on the dependency between your module. The best way to deal with 
code splitting is to start it. And than you can analyse each your code 
splitting combination. Google provide the tools to do that.

Sincerely
Bowie

==========
www.html5bydemo.com

Le jeudi 5 avril 2012 08:59:14 UTC+2, HamsterofDeath a écrit :
>
> hi there,
>
> my gwt app it getting pretty big, so i looked into code splitting - but it 
> looks like magic to me in non trivial cases.
> i have about 20 gwt modules, and all entry points implement an abstract 
> entry point:
>
> public void onModuleLoad() {
> this.LOGGER.info("initializing module");
>  try {
> initModule();
> } catch (Throwable t) {
>  this.LOGGER.info("error while initializing module");
> ErrorHandling.handleEverything(t);
>  }
> }
>
> if i put gwt.runasync around "initModule", will every module be compiled 
> into its own js source file? if not, how can i achieve that? so i have to 
> change every implementation of "initmodule"?
>

-- 
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/-/5V8aXKYub64J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to