Wednesday, April 6, 2011

Java WebDAV client side library

What Java WebDAV client side library could you recommend?

From stackoverflow
  • Have you looked at Jackrabbit's?

    Darius Kucinskas : Have you used it yourself? I would like to hear any feedback…
    Julian Reschke : Yes. Compared to just using the Apache commons HTTP client, it helps with constructing and parsing the messages.
  • I used the client library provided by the Jakarta Slide project for a software that I developed about 2 years ago, and it worked fine. Now, visiting the site, I see that the project is no longer active for lack of developers. But the client library should still be a good choice for you. Anyway, I don't see many alternatives out there.

    Darius Kucinskas : alexmeia, thanks for your answer, but this library is not good chose because of retirement.
    plutext : http://sourceforge.net/projects/webdavclient4j/ is based on the retired Apache Jakarta Slide project's Java webdav client, and includes the VFS WebDAV provider. It is packaged with HttpClient 3.0.1.
  • I've recently created one that is quite easy to use:

    http://sardine.googlecode.com/

  • Try to esteem about them here: http://www.webdavsystem.com/javaserver

0 comments:

Post a Comment