I think original question has to do with dynamically loading parts of the GWT compiled app (modules or what not) at run time. Short answer - currently it's impossible to in the current production release. Long answer - functionality you are most likely looking for is in the GWT trunk - search for references to GWT.runAsync in Showcase example in the trunk. So sooner or later it will be released.
On Nov 19, 1:07 pm, Bryan <[EMAIL PROTECTED]> wrote: > Yes, you can embed a gwt app in a static page. You just specify an id > of where to put it on the page. Let me know if you have any other > specific questions. I think it's explained in the getting started > doc. > > -bryan > > On Nov 19, 11:17 am, Spypunk <[EMAIL PROTECTED]> wrote: > > > Hi, > > > We would like to make a modular Web site using GWT for the > > presentation. > > > There would be a core and the possility to add modules dynamically. > > > Is it possible with GWT to dynamically add contents in a compiled > > static page? > > > Thank you, > > > --------------------------------------------------------------------------------------------------------------------------- > > > On souhaite faire un site web modulaire en utilisant GWT pour la > > présentation. > > > Il y aurait donc un core et la possilité d'ajouter des modules > > applicatifs dynamiquement. > > > Est-il possible avec GWT d'ajouter du contenu dynamiquement dans une > > page statique compilée ? > > > Merci, > > > Spypunk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
