This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Two Servlet Filters Every Web Application Should Have
Feed Title: Xyling Java Blogs
Feed URL: http://javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources. These feeds are filtered, categorized and maintained by us to help ourselvs and the people around Java Community. We are continuously exploring and improving our blogs and would love to see your feedback at feedback@xyling.com
If you require sending a large chuck of data as your servlet response to the client and want a faster performance then this article is a must read for you. The author recommends using Cache Filter and Compression Filter for better perfomance. A caching filter optimizes the time it takes to send back a response from your web server, and a compression filter optimizes the size of the content that you send from your web server to a user via the Internet.