What Java WebDAV client side library could you recommend?
Have you used it yourself? I would like to hear any feedback…
Darius Kucinskas
2009-03-23 11:21:26
Yes. Compared to just using the Apache commons HTTP client, it helps with constructing and parsing the messages.
Julian Reschke
2009-03-23 12:52:22
+1
A:
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.
alexmeia
2009-03-23 10:46:05
alexmeia, thanks for your answer, but this library is not good chose because of retirement.
Darius Kucinskas
2009-03-23 11:17:00
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.
plutext
2009-10-18 22:12:33