Saturday, October 29, 2011

Re: Initial download size

I built an app with 10 very complex views. Each view has a table with
data or a form, and a few popup dialogs. Plus, each view has several
paragraphs of text. There are 5 different services supporting these
views, and about 20 types of complex data entities. Total download
size: 550kB.

The biggest difference, I guess, is that I use pure GWT - no GXT.

Note that many packages that you see (like AbstractHashMap) are used
by GWT components themselves. This is why they are included. You can
trace each package to its source Ina compile report.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment