Wednesday, October 27, 2010

How to load a module dynamic? Pluggable module

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

No comments:

Post a Comment