Hello community, I have been working with GWT from some time now, but I don't have a clear view about how GWT apps grow in terms of JavaScript's size. For sure, I don't care about the generated JS and in the future we will be able to split the code using asynchronous loading of pieces of code. But it would be nice to understand what makes the size of applications grows fast.
Some my questions are: 1. What do we do in Java that will generate big pieces of JavaScript? RPC services? 2. Using inheritance will help on optimize the size of JavaScript? 3. How can I now the proportion in terms of size regarding? - My localized strings - The constants I create - RCP interfaces Well, it would be nice to understand more about it! Regards, José Vicente --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---