Alternative webdav client api?

2007-11-21 Thread Florian Kirchhoff
Hi, the retirement announcement for Slide, mentions Jackrabbit as an alternative to slide. I am mostly interested in using the api to access an existing WebDav repository, but it seems Jackrabbit is mostly focused on the server side of webdav, not the client. Is there a natural migration path

Not all collections get listed.

2007-10-25 Thread Florian Kirchhoff
Hi, I am new to Slide (version 2.1) and I am trying something pretty simple: 1) Connect to a WebDAV server 2) list the resources in the root collection. The code snippet is here: HttpURL url = new HttpURL(kirchhof, **,localhost, 9888); wdr = new WebdavResource(url,/,true);