Is there a way to compress/uncompress JSON sent from an app server to a jqGrid client?
Our app server is Java/JBoss.
Is there a way to compress/uncompress JSON sent from an app server to a jqGrid client?
Our app server is Java/JBoss.
Looks like this might be the answer: (turning on gzip in JBOSS) http://stackoverflow.com/questions/2826059/cannot-turn-on-gzip-compression-in-jboss-5/2826698#2826698
Look at this old answer where I described some ways how one can reduce the size of the transfered data using different options of the jqGrid.
If you post an example of you current JSON data sent and the current definition of colModel
I could give you some more situation oriented advices.