Greetings, I am looking for advice in two subjects:
1. Performance - How can I reduce the compiled Javascript size? Is it possible to split the application to separate modules which are downloaded as needed? I thought about using iframes, but I need to keep the same state available to all modules. 1. Code Architecture - I read "GWT in Practice" chapter about using event handlers to create MVC architecture, but I didn't find any best practices about the RPC. I have some data that I need to use in many places in the UI, and it can change on the server side so I need to get the updated data. Should I make an RPC call to the server every time the user enters a screen that requires the data or should I make the calls for more specific data, for example as part of suggestions fetching in an auto-suggest box of list box? Thanks, Gabriel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
