We have an application spread over 60+ modules. Each module as
compiled javascript ranges in size between 800k and 2.8Mb.

The size of every module is increasing as the app grows. After some
very basic investigation it seems to be our DAO models that are
causing the steady increase in size.

Within our application we replicate all of our server side DAO's on
the client side using code generation. Almost all the DAO are
interconnected, using a DAO object in a module causes all the others
to be included as well.

I understand why this is happening, but I'm wondering if there is any
way to avoid this?

Any ideas, suggestions or experiences welcome.

David.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to