Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Looking for Java String Compression Solutions

807580Sep 11 2009 — edited Sep 11 2009
Hello 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2009
Added on Sep 11 2009
12 comments
549 views