Hello,
I'm working on a web management framework developed in GWT (2.0.3).
We display some kind of widgets (something like iGoogle). Currently
all widgets are compiled together and selected at runtime with the
client code.
One of the main intend of this project is to allow the end users to
write there own widgets and add them dynamically to the interface. So
we need to split framework compilation from widgets compilation and
allow widgets code to be loaded by the framework.
The idea is to provide to end users a small sdk with only the widget
framework. Once the widget's code is done, the user compiles the
widget and uploads generated javascript/ressources files to a
"specific" folder on the web-server. Then we expect the website
detects the new pluging and loads it.
I've done many research on this subject but without any result.

Do you have some ideas to achieve this kind of things ?

Regards.
Ludovic.


-- 
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