Hi Stefan, take a look at the blog entry that I just wrote. It may give you some idea on how to do this:
http://zenoconsulting.wikidot.com/blog:16 I split my app up into multiple GWT entry points that all build in the same project. It has been working great so far. Regards, Davis On Aug 10, 3:44 am, Stefan <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
