<?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: Java WebDAV Clients</title>
	<atom:link href="http://chrisdail.com/2007/11/24/java-webdav-clients/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisdail.com/2007/11/24/java-webdav-clients/</link>
	<description>Writing simple, clear and readable code.</description>
	<lastBuildDate>Fri, 11 Jun 2010 13:48:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jesse Piascik</title>
		<link>http://chrisdail.com/2007/11/24/java-webdav-clients/comment-page-1/#comment-6</link>
		<dc:creator>Jesse Piascik</dc:creator>
		<pubDate>Sun, 30 Dec 2007 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrisdail.com/2007/11/24/java-webdav-clients/#comment-6</guid>
		<description>It looks like the Jackrabbit DavMethod interface extends org.apache.commons.httpclient.HttpMethod, so you can probably use it just like  using GetMethod with commons HttpClient at http://hc.apache.org/httpclient-3.x/tutorial.html.&lt;br/&gt;&lt;br/&gt;I&#039;ll be trying this next week and post a comment on the results.</description>
		<content:encoded><![CDATA[<p>It looks like the Jackrabbit DavMethod interface extends org.apache.commons.httpclient.HttpMethod, so you can probably use it just like  using GetMethod with commons HttpClient at <a href="http://hc.apache.org/httpclient-3.x/tutorial.html" rel="nofollow">http://hc.apache.org/httpclient-3.x/tutorial.html</a>.</p>
<p>I&#8217;ll be trying this next week and post a comment on the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuya</title>
		<link>http://chrisdail.com/2007/11/24/java-webdav-clients/comment-page-1/#comment-5</link>
		<dc:creator>Tetsuya</dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrisdail.com/2007/11/24/java-webdav-clients/#comment-5</guid>
		<description>Skunkdav looks so good, but, it&#039;s accidentally GPL&#039;ed though its component LGPL&#039;ed. So, it&#039;s not usable with some software product involving trade secrets.&lt;br/&gt;&lt;br/&gt;I also checked Jackrabbit, this one has bit complicated structure, I don&#039;t understand how to use it.</description>
		<content:encoded><![CDATA[<p>Skunkdav looks so good, but, it&#8217;s accidentally GPL&#8217;ed though its component LGPL&#8217;ed. So, it&#8217;s not usable with some software product involving trade secrets.</p>
<p>I also checked Jackrabbit, this one has bit complicated structure, I don&#8217;t understand how to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boober</title>
		<link>http://chrisdail.com/2007/11/24/java-webdav-clients/comment-page-1/#comment-4</link>
		<dc:creator>Boober</dc:creator>
		<pubDate>Thu, 20 Dec 2007 10:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrisdail.com/2007/11/24/java-webdav-clients/#comment-4</guid>
		<description>I found this project looking for a WebDav client implementation in Java : SkunkDAV DAV client (http://skunkdav.sourceforge.net/). I looks as old as Slide though....</description>
		<content:encoded><![CDATA[<p>I found this project looking for a WebDav client implementation in Java : SkunkDAV DAV client (<a href="http://skunkdav.sourceforge.net/" rel="nofollow">http://skunkdav.sourceforge.net/</a>). I looks as old as Slide though&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://chrisdail.com/2007/11/24/java-webdav-clients/comment-page-1/#comment-3</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 26 Nov 2007 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrisdail.com/2007/11/24/java-webdav-clients/#comment-3</guid>
		<description>dhartford: The wiki you site indicates how to use the WebDAV functionality of the JackRabbit server. As explained in the mailing list link below, there is no JackRabbit WebDAV client. There is the start of one, but the work was never completed.&lt;br/&gt;http://www.nabble.com/Webdav-Client-Examples--tf4803755.html#a13852979</description>
		<content:encoded><![CDATA[<p>dhartford: The wiki you site indicates how to use the WebDAV functionality of the JackRabbit server. As explained in the mailing list link below, there is no JackRabbit WebDAV client. There is the start of one, but the work was never completed.<br /><a href="http://www.nabble.com/Webdav-Client-Examples--tf4803755.html#a13852979" rel="nofollow">http://www.nabble.com/Webdav-Client-Examples&#8211;tf4803755.html#a13852979</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhartford</title>
		<link>http://chrisdail.com/2007/11/24/java-webdav-clients/comment-page-1/#comment-2</link>
		<dc:creator>dhartford</dc:creator>
		<pubDate>Mon, 26 Nov 2007 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://chrisdail.com/2007/11/24/java-webdav-clients/#comment-2</guid>
		<description>http://wiki.apache.org/jackrabbit/WebDAV</description>
		<content:encoded><![CDATA[<p><a href="http://wiki.apache.org/jackrabbit/WebDAV" rel="nofollow">http://wiki.apache.org/jackrabbit/WebDAV</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
