哎,我一直用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!
发布评论
评论(2)
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.
哎,我一直用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!