Hello gwt experts :)
I have many static data XML files, which i use in SmartGWT app, but the file size is quite big, and it's static, and never change.
Is there are any solution to keep this XML file on server hard drive in gzip, for example, but unpack it on client side?? I want to load compressed XML to SmartGWT data-source on client :)
Any ideas?
I have many static data XML files, which i use in SmartGWT app, but the file size is quite big, and it's static, and never change.
Is there are any solution to keep this XML file on server hard drive in gzip, for example, but unpack it on client side?? I want to load compressed XML to SmartGWT data-source on client :)
Any ideas?
Comment