Yannick PIERSON wrote:
Hi, I want to develop thanks to jackrabbit a WebDAV access to a remote IIS server. So I would like to know which classes I have to use.I have ever started with this code : Repository repository = new TransientRepository(); SimpleCredentials credentials = new SimpleCredentials("admin", "admin".toCharArray()); Session session = repository.login(credentials); ...
Jackrabbit itself is a content repository. It doesn't help you accessing other stores.
What may be of help are the WebDAV libraries that are part of the Jackrabbit WebDAV components.
BR, Julian
