Saturday, October 29, 2011

Re: Initial download size

Thanks Andrei

i did a lot of research on GXT before starting the project but never thought of problems like this !!
just a single GXT gridview without any implementation is more than 1mb !!!
fortunately i can easily migrate to GWT.
thanks again !!


Truly yours,
Morteza Adi


On Sat, Oct 29, 2011 at 6:08 PM, Andrei <volgin@spiraluniverseinc.com> wrote:
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.


--
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