<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Servlet Filters &#8211; Beginner&#8217;s Guide</title>
	<atom:link href="http://www.jpgtutorials.com/servlet-filters-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jpgtutorials.com/servlet-filters-guide</link>
	<description>Tutorial blog</description>
	<lastBuildDate>Fri, 18 Jun 2010 21:15:32 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tea</title>
		<link>http://www.jpgtutorials.com/servlet-filters-guide/comment-page-1#comment-21</link>
		<dc:creator>tea</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jpgtutorials.com/495-revision-22#comment-21</guid>
		<description>Filters are important for a number of reasons. First, they provide the ability to encapsulate recurring tasks in reusable units. Organized developers are constantly on the lookout for ways to modularize their code. Modular code is more manageable and documentable, is easier to debug, and if done well, can be reused in another setting.</description>
		<content:encoded><![CDATA[<p>Filters are important for a number of reasons. First, they provide the ability to encapsulate recurring tasks in reusable units. Organized developers are constantly on the lookout for ways to modularize their code. Modular code is more manageable and documentable, is easier to debug, and if done well, can be reused in another setting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
