<?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: HTTP Server API, backport to Java 5</title>
	<atom:link href="http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:24:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frans van Buul</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/comment-page-1/#comment-81487</link>
		<dc:creator>Frans van Buul</dc:creator>
		<pubDate>Sat, 20 Mar 2010 07:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comment-81487</guid>
		<description>&lt;p&gt;Hi Sam,&lt;/p&gt;

&lt;p&gt;it&#039;s 2010 now... but I still have to do a web service project on Java 5. This helps me a great deal, I&#039;m using your port to make mock services for our unit tests.&lt;/p&gt;

&lt;p&gt;Thanks!
Frans&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Sam,</p>

<p>it&#8217;s 2010 now&#8230; but I still have to do a web service project on Java 5. This helps me a great deal, I&#8217;m using your port to make mock services for our unit tests.</p>

<p>Thanks!
Frans</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/comment-page-1/#comment-9984</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comment-9984</guid>
		<description>&lt;p&gt;hello sam,&lt;/p&gt;

&lt;p&gt;the http://thinktankmaths.co.uk/downloads/openjdk_071012-httpserver.jar&lt;/p&gt;

&lt;p&gt;gives me a 404 ? did you decide to remove it ?&lt;/p&gt;

&lt;p&gt;thanks,
tom&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello sam,</p>

<p>the <a href="http://thinktankmaths.co.uk/downloads/openjdk_071012-httpserver.jar" rel="nofollow">http://thinktankmaths.co.uk/downloads/openjdk_071012-httpserver.jar</a></p>

<p>gives me a 404 ? did you decide to remove it ?</p>

<p>thanks,
tom</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kenan</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/comment-page-1/#comment-2129</link>
		<dc:creator>Kenan</dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comment-2129</guid>
		<description>&lt;p&gt;Thanks,&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks,</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/comment-page-1/#comment-2052</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 27 Oct 2007 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comment-2052</guid>
		<description>&lt;p&gt;KesheR, &lt;a href=&quot;http://www.lighttpd.net/&quot; rel=&quot;nofollow&quot;&gt;lighttpd&lt;/a&gt; is an HTTP Server like &lt;a href=&quot;http://httpd.apache.org/&quot; rel=&quot;nofollow&quot;&gt;Apache&lt;/a&gt;... it&#039;s not a Java library for quickly deploying lightweight apps that don&#039;t need the Servlet API (i.e. &lt;a href=&quot;http://tomcat.apache.org/&quot; rel=&quot;nofollow&quot;&gt;Tomcat&lt;/a&gt;).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>KesheR, <a href="http://www.lighttpd.net/" rel="nofollow">lighttpd</a> is an HTTP Server like <a href="http://httpd.apache.org/" rel="nofollow">Apache</a>&#8230; it&#8217;s not a Java library for quickly deploying lightweight apps that don&#8217;t need the Servlet API (i.e. <a href="http://tomcat.apache.org/" rel="nofollow">Tomcat</a>).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: KesheR</title>
		<link>http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/comment-page-1/#comment-2051</link>
		<dc:creator>KesheR</dc:creator>
		<pubDate>Sat, 27 Oct 2007 20:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/2007/10/27/http-server-api-backport-to-java-5/#comment-2051</guid>
		<description>&lt;p&gt;Why not use lighttpd? It&#039;s tiny enough&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Why not use lighttpd? It&#8217;s tiny enough</p>]]></content:encoded>
	</item>
</channel>
</rss>
