http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting
That sounds like what you need. On Wed, Apr 1, 2009 at 6:24 AM, JK <[email protected]> wrote: > > Hi All, > I’ve read a lot of discussions related to multi-module applications > but I still don’t have a solution for my problem. > In a nutshell I would like to make 2-module application in which one > module is loaded immediately and the second one is loaded when user > requests functionality stored in it. > More detailed, I’m developing a system, which have 2 function areas, > which are mostly independent from each other. Assume each area is > stored in its own module. Of course they can have some common classes > and functions but these could be easily moved to additional module, > which will be inherited by both modules. So initially the first part > is loaded when application is requested, and the second part should be > loaded when user wants to access it. > Now I have 3 modules: 2 are described above functional modules > (without entry points) and the 3rd one is a kind of organizational > module, which inherits both functional modules and has entry point. > But the problem is that both functional modules are loaded during the > bootstrap (and increase loading time) even when user do not need the > second one. > Does somebody have the same problem? Any thoughts or comments are > really welcome… > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
