Where can I find more information about GWT and GWT-Ext’s lazy loading?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quickly googling shows a nice blog entry by the GWT team.
I can’t say anything about GWT-Ext, but the same basic techniques will work regardless of technology.
Another possibility for GWT that’s coming down for a future release is the ‘runAsync’. Check out the GWT Web Toolkit Contributors mailing list, where there are a few different posts on this topic, including this one. Basically, this will let you separate your web app into multiple, independent ‘sections’, and download them on demand.