<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flavio Tordini &#187; Java</title>
	<atom:link href="http://flavio.tordini.org/on/java/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.tordini.org</link>
	<description>I create simple and useful apps</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:17:37 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTTP Headers Filter</title>
		<link>http://flavio.tordini.org/http-headers-filter</link>
		<comments>http://flavio.tordini.org/http-headers-filter#comments</comments>
		<pubDate>Sun, 12 Feb 2006 10:15:19 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[http cache]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[servlets]]></category>

		<guid isPermaLink="false">http://flavio.tordini.org/http-headers-filter</guid>
		<description><![CDATA[A Java Servlet Filter that sets HTTP headers. Implementation of javax.servlet.Filter used to set HTTP headers. The filter parameters are treated as HTTP headers. The parameter name becomes the header name, while the parameter value becomes the header value. The parameter value may contain EL expressions. If the expression evaluates to a java.util.Date or a [...]]]></description>
		<wfw:commentRss>http://flavio.tordini.org/http-headers-filter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Juseppe, a simple JSP framework</title>
		<link>http://flavio.tordini.org/juseppe</link>
		<comments>http://flavio.tordini.org/juseppe#comments</comments>
		<pubDate>Tue, 05 Jul 2005 16:32:57 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server-side]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://flavio.tordini.org/juseppe-a-simple-jsp-framework</guid>
		<description><![CDATA[Juseppe is a simple framework for JSP development. I wrote it to speed up my (and my colleagues&#8217;) work, but you can use it too. Juseppe is implemented as a Java Servlet Filter and meant to be used in a JSP 2.0 + JSTL environment. Goals Achieve technology independent and (hopefully) stable URIs. Simplify site [...]]]></description>
		<wfw:commentRss>http://flavio.tordini.org/juseppe/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSTL patch</title>
		<link>http://flavio.tordini.org/jstl-patch</link>
		<comments>http://flavio.tordini.org/jstl-patch#comments</comments>
		<pubDate>Tue, 05 Jul 2005 09:57:54 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[jstl]]></category>
		<category><![CDATA[servlets]]></category>

		<guid isPermaLink="false">http://flavio.tordini.org/jstl-patch</guid>
		<description><![CDATA[This is a patched version of the Jakarta Standard Tag Library which implements the JSTL 1.1 specification. This patch makes the XML tags run 100 times faster. I wrote almost no code, I just reverted the XPathUtil class to a previous version and managed to compile the whole thing. Originally the Standard Taglib used the [...]]]></description>
		<wfw:commentRss>http://flavio.tordini.org/jstl-patch/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XSLT Servlet</title>
		<link>http://flavio.tordini.org/xslt-servlet</link>
		<comments>http://flavio.tordini.org/xslt-servlet#comments</comments>
		<pubDate>Thu, 23 Jun 2005 10:02:08 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[servlets]]></category>

		<guid isPermaLink="false">http://flavio.tordini.org/xslt-servlet</guid>
		<description><![CDATA[This servlet transforms an XML document using an XSLT stylesheet. Probably there are other Servlet implementations of this kind, but I couldn&#8217;t find one with the features I need available under an Open Source license, so I wrote this one. Features the XML document and the stylesheet can be retrieved from the local webapp or [...]]]></description>
		<wfw:commentRss>http://flavio.tordini.org/xslt-servlet/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arale, a Java web spider</title>
		<link>http://flavio.tordini.org/arale</link>
		<comments>http://flavio.tordini.org/arale#comments</comments>
		<pubDate>Wed, 10 Jan 2001 10:28:44 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[java spider]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://flavio.tordini.org/arale-a-java-web-spider</guid>
		<description><![CDATA[Arale can download entire web sites or specific resources from the web. Arale can also render dynamic sites to static pages. I wrote this utility in 2001 to familiarize myself with the java.net.* package. I&#8217;m not actively maintaining it anymore, the code is rather messy but the spider is working fine. Areas of interest Web [...]]]></description>
		<wfw:commentRss>http://flavio.tordini.org/arale/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

