> > It is likely not the response you're looking for, but our app has grown so > large we faced the same issues as you. We're taking the radical step of > breaking it into many standalone modules that can link between each other > (compile to different wars). That way, when you're opening/debugging a > module it still works in a few seconds, not minutes. It sounds like a big > step, but makes many other things like partial upgrades and partial > deployments possible as well. It also enforces decoupling of modules > meaning our 45 devs don't step on each other as much. You might want to > consider it. >
When you have multiple independent "mini" apps all with their own host html page, have you found a good solution how to avoid re-downloading the same code multiple times (GWT widgets/features, outer app shell with main menus)? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/aB5QlWoBSsAJ. 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.
