Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gwt lazy loading

Is it possible in a large GWT project, load some portion of JavaScript lazy, on the fly? Like overlays.

PS: Iframes is not a solution.

like image 931
user12259 Avatar asked Sep 16 '08 13:09

user12259


1 Answers

Check out GWT.runAsync as well as the Google I/O talk below, which goes into lazy loading of JavaScript in GWT projects.

  • http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting
  • http://code.google.com/events/io/sessions/GoogleWavePoweredByGWT.html (around time 25:30)
like image 83
Eric Walker Avatar answered Sep 21 '22 17:09

Eric Walker