Hi all, I was wondering if anyone had pointers, ideas, examples, or anything that could help clarify if writing a GWT-based application that would also be based on plugins, where said plugins would consist of client- side code (i.e gwt modules) AND server-side components... is at all possible. These plugins can be added/updated/removed from the app, much like osgi allows one to do with bundles.
At the moment I can't quite picture yet how to build and deploy this sort of application (without having each plugin re-embedding the whole of the application client code itself), especially if we're talking dynamic (at runtime) (un/)loading of said plugins. The one way we're sort-of considering at the moment would be to actually use the compiler in our app (!), when plugins are added/updated/removed. That doesn't seem like the most optimal and elegant approach ;) I am looking into wrapper types, custom linkers, ... but it's still a bit blurry how it all would fit together... so if anybody has any pointer or thoughts about this subject, that would be much appreciated ! Cheers, -greg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
