Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 74441 invoked from network); 20 Nov 2007 13:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 13:21:07 -0000 Received: (qmail 86683 invoked by uid 500); 20 Nov 2007 13:20:54 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 86665 invoked by uid 500); 20 Nov 2007 13:20:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 86655 invoked by uid 99); 20 Nov 2007 13:20:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 05:20:53 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.78.78.2] (HELO AUGEXCH.ghsinc.com) (208.78.78.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 13:20:57 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Webdav Client Examples? Date: Tue, 20 Nov 2007 08:20:35 -0500 Message-ID: <214FF1B5E37DC84D9968F0F82FBB112502A0119F@AUGEXCH.ghsinc.com> In-Reply-To: <510143ac0711191855w5cdc8e13p548ea2481868a3ec@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Webdav Client Examples? Thread-Index: AcgrIPLbBuxXsj8xTmOsbwxl/m5DOQAVuOXw From: "Darren Hartford" To: X-Virus-Checked: Checked by ClamAV on apache.org Some work got started a long time ago here: http://wiki.apache.org/jackrabbit/WebDAV However, I ran out of time. Over the past year or so, there wasn't that much interest in WebDAV support with Jackrabbit, but with Slide now officially closing the doors it may be time to increase support for WebDAV (documentation/examples as well as implementation when needed). > -----Original Message----- > From: Jukka Zitting [mailto:jukka.zitting@gmail.com] >=20 > Hi, >=20 > On Nov 14, 2007 11:26 AM, ossi petz wrote: > > Has anyone made some examples on how to use HttpClient with the > > Jackrabbit Webdav Client? >=20 > Not really. The WebDAV support in Jackrabbit is more focused on > server-side implementations than clients. >=20 > The best there is for clients is a collection of WebDAV method classes > in the jackrabbit-webdav component. See [1] for a list of the > available methods that you can use together with the HttpClient > library. >=20 > [1] > http://jackrabbit.apache.org/api/1.3/org/apache/jackrabbit/webdav/client /m > ethods/package-summary.html >=20 > BR, >=20 > Jukka Zitting