Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 90247 invoked from network); 12 Nov 2007 14:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 14:25:52 -0000 Received: (qmail 19182 invoked by uid 500); 12 Nov 2007 14:25:39 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 19170 invoked by uid 500); 12 Nov 2007 14:25:39 -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 19161 invoked by uid 99); 12 Nov 2007 14:25:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 06:25:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaju-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 14:25:40 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IraDm-0002hm-Aj for users@jackrabbit.apache.org; Mon, 12 Nov 2007 14:25:02 +0000 Received: from 93-137.63-81.stat.fixnetdata.ch ([81.63.137.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Nov 2007 14:25:02 +0000 Received: from ossipetz by 93-137.63-81.stat.fixnetdata.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Nov 2007 14:25:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: users@jackrabbit.apache.org From: ossi petz Subject: Re: [OT] webdav client libraries for Java? Date: Mon, 12 Nov 2007 15:11:30 +0100 Lines: 40 Message-ID: References: <20071107131511.627f86b8@n428> <4731B7A1.40004@day.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-137.63-81.stat.fixnetdata.ch User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <4731B7A1.40004@day.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hallo jackrabbit :) The slide is retired pointer has brought me here too. So the question may not be that OT as indicated in the subject. but back to my stupid questions. i am looking for a webdav client too. from what i found: - Commons VFS, but it relies on slide too. so its not future safe - A commercial http client: http://www.oaklandsoftware.com/product_http/compare.html lets say quite expensive. - (slide webdav client) Are there some instructions on how to use apache http client with the jackrabbit webdav extensions? i was too stupid to find any documentation or examples. Does Java-RMI Webdav mean you can only connect to certain servers? Or does that not matter? So one could connect to any other webdav server (Apache HTTPD/DAV)? Thanks for any input regards ossi Angela Schreiber schrieb: > use the extensions > to commons-httpclient that are present in the jackrabbit-webdav > project... they cover the methods defined by rfc 2518, 3253, > 3648, 3744, dasl but have never been put together to a complete > dav-client. hinthint ;) > >