在 Android 上使用 webdav
我正在尝试为 Android 制作一个 Webdav 客户端,我发现了不同的 Java API:Slide、Jakrabbit 和 Sardine,这似乎是一个很有前途的解决方案。它在 Java 应用程序中运行起来就像一个魅力,但我在使用 Jaxb API 导入 Android 应用程序时遇到了问题。
有谁知道解决我的问题的任何解决方案或建议吗?
I'm trying to make a Webdav Client for Android, and I found different Java APIs: Slide, Jakrabbit and Sardine which seems it's a promising solution. It runs like a charm in a Java Apps, but I encountered problems importing in Android Apps with Jaxb API.
Does any body know any solutions, or suggestions to fix my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最好的解决方案是 Sardine,但我有偏见,因为我在寻找一个像样的 webdav 解决方案后写了它,发现那里的一切都很难使用。
一个价值衡量标准是,Sardine 正在由一个由才华横溢的 Java 开发人员组成的小型社区积极开发,而其他衡量标准却没有得到同样多的关注。
https://github.com/lookfirst/sardine
试试吧,价格合适! =)
The best solution is Sardine, but I'm biased since I wrote it after searching around for a decent webdav solution and found that everything out there was difficult to use.
One metric of value is that Sardine is actively being developed by a small community of talented Java developers now, while the other's are not getting nearly as much attention.
https://github.com/lookfirst/sardine
Try it, the price is right! =)
该问题是否涉及 Android?是的。
所以你应该尝试 https://github.com/yeonsh/Sardine-Android
Does the question concern Android? Yes.
So you should try https://github.com/yeonsh/Sardine-Android
你需要这个来使用沙丁鱼。 http://code.google.com/p/httpclientandroidlib/
You'll need this to use sardine. http://code.google.com/p/httpclientandroidlib/