Florian Holeczek wrote:
Jackrabbit is primarily an implementation of the Java Content Repository (JCR) standard. This means that it's a content repository itself. It provides several interfaces to access its content, and one of these is the WebDAV interface.
as a side effect of the WebDAV access to the JCR repository, the jackrabbit project also contains a JCR-independant WebDAV library. the library primarily covers the server part. but there is some dav specific extensions to httpclient to build a custom client too. see: http://jackrabbit.apache.org/jackrabbit-webdav-library.html angela
