[EMAIL PROTECTED] wrote:
Hello,I'm looking for a library that gives me access to webdav resources like this one from the slide-project: http://www.docjar.com/html/api/org/apache/webdav/lib/WebdavResource.java .html Is the something similar in the jackrabbit project I can use? Thanks in advance.Markus
jackrabbit-webdav contains classes that extend the Apache Commons HttpClient, implementing lots of useful stuff such as PROPFIND message construction and multistatus parsing.
BR, Julian
