Hi all, I am to develop a GWT application that shall consist of a main application that is used to start and control the execution of "sub applications". The "sub applications" are not now at compile time of the main application. They are identified by IDs and should be startable by these IDs.
In Java I could use reflection to instantiate the sub applications and use interfaces that must be implemented by "sub applications" in order to control them. Is it possible to achieve something similar with GWT? The "sub applications" should be compilable into JavaScript independently of the main application and must be dynamically loadable by the main application. Thanks for your attention, --Stefan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
