Rajesh, I implemented a large GWT application using turducken pattern, I do not think that GWT need something specific to dynamically load modules, remember that a GWT app is just a JS file, and can be externally charged by a component that is responsible for this, with the particular logic, according to your modular design and dependencies. You must have a cross event bus that can receive and send messages, then, every module, GWT or not, can translate addressing scheme, for example, Activities and Places in a GWT module. In each module, you can use code splitting, to increase efficiency.
I hope help with this. Greetings..!! El miércoles, 27 de enero de 2016, 6:19:29 (UTC-3), Rajesh Gupta escribió: > > We have large no of gwt modules. > > Code splitting is not option for large no of GWT modules. See the issues > as clearly explained in turducken pattern. > > http://www.slideshare.net/RobertKeane1/turducken-divide-and-conquer-large-gwt-apps-with-multiple-teams > > Will 2.8 release or 3.0 release fix the full page refresh problem. Will > it have feature to use GWT modules with out full page refresh. > Will 2.8/3.0 have features to dynamically load/unload gwt modules. > > -Rajesh > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
