Looking for Java String Compression Solutions
807580Sep 11 2009 — edited Sep 11 2009Hello all,
My project is based on the Client Server DB Architecture. I am looking for Compression to reduce the number of bytes sent over the network. I'm sending too big Strings (XML Strings containing Values) over the network and experiencing very long response time.
I am looking for a reliable Java String Compression Solution that I can use to compress the String at the Server End and Decompress the String at the Client end and vice versa.
Thank you.