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 <[email protected]> wrote:
> 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
> - Generate a plug-in javascript
> - When reload the client side app, it will check the plug_in.js
> - Load the plug_in.js's plug-in list into a plug-in manager page
> - in plug-in manager switch on the plug-in
> - load the plug-in(a gwt module), get ready to listen the event
>
> a plug-in is another gwt module
>
> But it seems gwt cannot load any unknown module on the runtime.
>  Any body have this experience or any idea how to implement it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to