Java WebDAV client side library

我的未来我决定 提交于 2019-11-28 06:49:35
Julian Reschke

Have you looked at Jackrabbit's?

I've recently created one that is quite easy to use:

https://github.com/lookfirst/sardine

Brad at Kademi

OK I'm a bit late, but you really should check out the milton webdav server project. Its open source (apache2), mature and is actively maintained.

Its designed to allow any backend implementation to be hooked up to webdav, and many users have reported implementing it in under 4 hours for existing applications.

It supports all the usual webdav stuff like locking, custom properties, digest/basic authentication, etc. It also supports caldav and integrated with apache FTP so you get 2 protocols for the price of one!

Milton ships with a servlet and a spring controller, and it can run independently of a web container.

Milton also has a nice little webdav client library, which is ideal for desktop apps due to its observer support.

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.

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

Did you check Sardine ?

https://code.google.com/p/sardine/

https://github.com/lookfirst/sardine

Latest release 5.3 - August 2013 and available at Maven Central :

http://maven-repository.com/artifact/com.github.lookfirst/sardine/5.3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!