You can achieve that goal using a jsni communication channel. I don't know what kind of communication do you need between the framework and the widgets, but you can event share Overlay objects.
I'll do it this way: your framework declare a global javascript function and when a widget is loaded it calls that function with all the information you need. And as I said if you declare gwt Overlays you will be able to easily share complex information. Best 2010/8/26 Alek <[email protected]> > I'm also interested about this question. > Waiting for any answers (just thinking about DHTML injecting)... > > On Aug 24, 12:07 pm, Ludovic Raulet <[email protected]> wrote: > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Guit: Elegant, beautiful, modular and *production ready* gwt applications. http://code.google.com/p/guit/ -- 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.
