我应该使用哪个框架在 Android 上运行 OData API?

发布于 2024-09-27 04:13:44 字数 1539 浏览 6 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北陌 2024-10-04 04:13:44

Restlet非常简单,虽然性能不是最好的。检查这篇文章: 使用 Restlet 从 Android 访问 oData

根据odata4j 可能性能更高can-i-speed-up-restlet-for-android-when-using-odata/3955381#3955381">这个答案。

Restlet is very straightforward, although the performance is not the best. Check this article: Accessing oData from Android using Restlet.

odata4j might be more performant according to this answer.

最近可好 2024-10-04 04:13:44

哎,我一直用restlet,速度特别慢!我认为你自己编写一个解析器并不是那么困难,现在有很多 XML 或 JSON 可用。并且使用 Odata 服务只需要一个简单的 Apache 客户端!

Hey, I have been using restlet, it's extremely slow! I think it wouldn't be so difficult for you to write a parser yourself, there are many XML or JSON available nowadays. And consume an Odata service only needs a simple Apache Client!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文