Re: How to load a module dynamic? Pluggable module

2015-06-01 Thread David
Did you find your solution? On Thursday, October 28, 2010 at 10:55:08 PM UTC+8, kendeng9898 wrote: > > Hi, > > Thanks, Didier. The Code Splitting is perfect way to make the > module lazy load. > > However it still need to write the code inside the main module. > What I want is I

Re: How to load a module dynamic? Pluggable module

2010-10-28 Thread kendeng9898
Hi, Thanks, Didier. The Code Splitting is perfect way to make the module lazy load. However it still need to write the code inside the main module. What I want is I make the main module. And don't know who will make the plugin module. When I compile the Main Module, I haven't Apple

Re: How to load a module dynamic? Pluggable module

2010-10-27 Thread Didier DURAND
Hi, Code splitting should help you toward your target See http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html didier On Oct 27, 5:14 pm, kendeng9898 wrote: > I want to build up an application with a pluggable function. This > application is base on gwt 2.0.3 and jboss seam

How to load a module dynamic? Pluggable module

2010-10-27 Thread kendeng9898
I want to build up an application with a pluggable function. This application is base on gwt 2.0.3 and jboss seam 2.1.2. This is what I want the application load the plug. - Serverside have a monitor checking a plugins-upload folder - When It find a validate plugin in plugins-upload folder - Gene