Hi David, Alternatively, until something like the GWT.runAsync() feature comes out, you could design your GWT components as two separate entities, where one can be painted into the main display or main root panel at a time so you can control which component you want to load up and display.
I'm not sure about the exact details of how GWT.runAsync() will work, but I believe the idea is to pass in separate components that you want to load up asynchronously to the runAsync() method, so designing your application into components now would probably benefit you once the runAsync() feature is available as well. Hope that helps, -Sumit Chandel On Mon, Oct 6, 2008 at 4:26 AM, David <[EMAIL PROTECTED]> wrote: > > I developed a GWT application, for instance, mail sample. I want to > load another GWT application (SimpleXML sample) into the main > application's panel dynamically (i.e., later binding without design > time information, like pure java reflection). > > How can I do this? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
