How can I make the SmartGWT core smaller?
Posted
by Jon Anter
on Stack Overflow
See other posts from Stack Overflow
or by Jon Anter
Published on 2009-12-04T03:35:54Z
Indexed on
2010/03/30
7:13 UTC
Read the original article
Hit count: 581
smartgwt
I have recently written a Hello World application using SmartGWT and noticed that the size of the application is huge. In my case it is over 600kb just for that application.
I think that size is obscene so I narrowed the culprit down to two core libraries, ISC_Core and ISC_Foundation which combine for a total size of 649kb. Is there anyway to reduce the bloat of these libraries?
Any help would be appreciated.
© Stack Overflow or respective owner