Dynamic module loading (not deferred binding)

2010-11-12 Thread Johan P.
Hi. I'm working on a hack of the GWT compiler enabling to dynamically load Module compiled separately. I don't speak of deferred binding capacities which need to compile all code in the same process. What I have in mind is to dynamically load modules written by other developers compiled at

Re: Dynamic module loading (not deferred binding)

2010-11-12 Thread Didier Durand
Hi, Wouldn't code splitting at least be part of your answer: see http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html regards didier On Nov 12, 12:14 pm, Johan P. johan.piq...@gmail.com wrote: Hi. I'm working on a hack of the GWT compiler enabling to dynamically load