Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 88253 invoked from network); 26 Nov 2007 15:33:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 15:33:20 -0000 Received: (qmail 74653 invoked by uid 500); 26 Nov 2007 15:33:07 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 74632 invoked by uid 500); 26 Nov 2007 15:33:07 -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 74623 invoked by uid 99); 26 Nov 2007 15:33:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 07:33:07 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chrisdail@gmail.com designates 64.233.162.231 as permitted sender) Received: from [64.233.162.231] (HELO nz-out-0506.google.com) (64.233.162.231) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 15:32:45 +0000 Received: by nz-out-0506.google.com with SMTP id s18so368597nze for ; Mon, 26 Nov 2007 07:32:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CbCpILLC4RKdrbAzaKK4k2rw6tGTqwP0vZlPsrVaARA=; b=XmjNcCgpyNlpNqcs3shC6jDu1O5uHb3SZuM5NygZzb8Lk6mtoRLCqM/Z/qfosiw/WIhbGTkPMwHnuoMZzLalrR4akJYxI4NgqbrwpdlFPjvR6KoB9lyhBYtAsxl4TkjPET1Yi3dp8uEAgXowhMeZqA/UZWcjlRKbIrBNza34qz4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DHRXTM5bC7EIS/eZ7zCM/DFn9Gg8Cigm3naPYvlvWk5y1Jb7yhF8Hpwr8xye0QB3edNCVK2KZxGMBeOeTjC480NrM/Ab+dG/lAVuRZ1X4rFmzICbs45CoXbyYR7KQtGYbTP+izv2pVvzTgllcP+JE++bJl4+WZHx4Di2sOqt+TE= Received: by 10.142.203.13 with SMTP id a13mr367748wfg.1196091166006; Mon, 26 Nov 2007 07:32:46 -0800 (PST) Received: by 10.142.111.3 with HTTP; Mon, 26 Nov 2007 07:32:45 -0800 (PST) Message-ID: <7e0866a80711260732h23b78117s759290620da086f@mail.gmail.com> Date: Mon, 26 Nov 2007 11:32:45 -0400 From: "Chris Dail" To: users@jackrabbit.apache.org Subject: Re: The state of WebDAV Clients In-Reply-To: <00a501c8303d$3d2bd440$4d02a8c0@OlliePack> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7e0866a80711250855k1b4c7238m9bb3cf428ab35159@mail.gmail.com> <214FF1B5E37DC84D9968F0F82FBB112502A011FF@AUGEXCH.ghsinc.com> <00a501c8303d$3d2bd440$4d02a8c0@OlliePack> X-Virus-Checked: Checked by ClamAV on apache.org On Nov 26, 2007 11:01 AM, Mike Oliver wrote: > As a committer on Slide, I can say there have been many such conversations > on moving the WebDAV client out and into its own project where it can be > used to serve many other projects. I think this is a great idea and a real necessity now that slide has been retired. > > That WebDAV client code in Slide has been used by itself for lots of other > projects and even as a poor man's API into a WebDAV repository like > SharePoint. > > I see no point in having a dedicated WebDAV client for JackRabbit, and can > even argue that a more pure non dedicated WebDAV Client project would serve > as a test for compliance of any WebDAV related project including JackRabbit. I think you're right. A generic commons WebDAV client for use with any WebDAV capable server sounds like the best option. From what I have seen, many people used the old slide WebDAV client for just that. People seemed to have lost interest in the server, but the client is still widely used. It would make sense to pick up where slide left off with the client. > > I would be interested in working on pulling that into a separate project if > anyone here wants to help, but I don't have time to do it by my self. I would be willing to help with this project. I am still fairly new to WebDAV but I have an interest in helping with a WebDAV client where I can. > > Ollie > > > -----Original Message----- > From: Darren Hartford [mailto:dhartford@ghsinc.com] > Sent: Monday, November 26, 2007 5:23 AM > To: users@jackrabbit.apache.org > > Subject: RE: The state of WebDAV Clients > > My understanding is as follows: > > There exists a WebDAV client with Jackrabbit, but I do not mean the SPI > approach, but rather the org.apache.jackrabbit.webdav package mentioned > here which is similar to Slide Webdav client: > http://wiki.apache.org/jackrabbit/WebDAV. > > The VFS approach someone mentioned presently relies on the Slide webdav > client, and I know there have been discussions about moving the > Jackrabbit WebDAV client packing to an independent project > (commons-webdav or similar), but this has not moved forward yet. > > If you are new to the jackrabbit list, you can troll through the user > mailing list, there has been quite a few references to webdav throughout > the history of the mailing list on Jackrabbit. > > My two coppers, > -D > > > -----Original Message----- > > From: Chris Dail [mailto:chrisdail@gmail.com] > > Sent: Sunday, November 25, 2007 11:55 AM > > To: users@jackrabbit.apache.org > > Subject: The state of WebDAV Clients > > > > I am a bit concerned at the state of WebDAV client implementations in > > Java. > > > > The slide project has been recently retired and Apache recommends > > using JackRabbit as an alternative. > > JackRabbit does not currently have a WebDAV client implementation > > according to this post > > > (http://www.nabble.com/Webdav-Client-Examples--tf4803755.html#a13852979) > . > > Others in the industry like Eclipse, are using slide as the basis for > > their new EFS WebDAV implementation > > (http://wiki.eclipse.org/WebDAV_EFS_Implementation). > > > > In all of my searching, I have yet to find a viable alternative to > > slide as a WebDAV client. I think it is clear that there is a need for > > a project like this. Has there been any though in starting an Apache > > Commons project to provide WebDAV support? My understanding was that > > the Slide client was stable and would probably provide a good starting > > point for a WebDAV client. > > > > For more information on my WebDAV research see this post: > > http://pragmaticchris.blogspot.com/2007/11/java-webdav-clients.html > > > > Thanks > > > > Chris Dail > > http://pragmaticchris.blogspot.com > >