简体   繁体   English

Java WebDAV客户端库

[英]Java WebDAV client side library

您可以推荐哪些Java WebDAV客户端库?

I've recently created one that is quite easy to use: 我最近创建了一个非常容易使用的:

https://github.com/lookfirst/sardine https://github.com/lookfirst/sardine

你看过Jackrabbit的吗?

OK I'm a bit late, but you really should check out the milton webdav server project. 好的,我有点晚了,但你真的应该查看milton webdav服务器项目。 Its open source (apache2), mature and is actively maintained. 它的开源(apache2),成熟并积极维护。

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. 它旨在允许任何后端实现连接到webdav,并且许多用户报告在现有应用程序中在4小时内实现它。

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! 它支持所有常见的webdav内容,如锁定,自定义属性,摘要/基本身份验证等。它还支持caldav并与apache FTP集成,因此您可以以一个价格获得2个协议!

Milton ships with a servlet and a spring controller, and it can run independently of a web container. Milton附带一个servlet和一个弹簧控制器,它可以独立于Web容器运行。

Milton also has a nice little webdav client library, which is ideal for desktop apps due to its observer support. Milton还有一个不错的小webdav客户端库,由于它的观察支持,它是桌面应用程序的理想选择。

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. 我使用Jakarta Slide项目提供的客户端库来创建我大约2年前开发的软件,它运行良好。 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. 无论如何,我没有看到很多替代品。

试着在这里尊重他们: http//www.webdavsystem.com/javaserver

Did you check Sardine ? 你检查沙丁鱼了吗?

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

https://github.com/lookfirst/sardine https://github.com/lookfirst/sardine

Latest release 5.3 - August 2013 and available at Maven Central : 最新版本5.3 - 2013年8月,可在Maven Central获得:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM