GZIP « Filter « JSP-Servlet Q&A





1. Which compression (is GZIP the most popular) servlet filter would you suggest?    stackoverflow.com

I am looking for a GZIP servlet filter to be used in a high volume web-app. I doesn't want to use the container specific options. Requirement

  1. Ability to compress response payload (XML)
  2. Faster
  3. Proven in ...

2. GZIP Filter    coderanch.com