Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    I need only few features

    Hi
    I need only few features from smart gwt, but my hello world app is downloading 1.9mb of js files.
    I doesn't need forms,datagrid,databinding js files. Where each file is of 300kb around

    thanks
    raghu

    #2
    You can modify the GWT module files so that those other .js files aren't loaded. Also, you should set up your webserver to serve compressed JS, which makes a 4x-6x difference.

    However it's pretty unusual to use SmartGWT without those modules. Which features are you using?

    Comment

    Working...
    X