We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
这里有 Ruby 和 Java 的提供者:
http://www.odata.org/developers/odata-sdk < /strike>编辑:上一个链接已损坏,如下所述,列表位于此处 http: //www.odata.org/libraries/
There are providers for Ruby and Java here:
http://www.odata.org/developers/odata-sdkEdit: Previous link is broken, as mentioned below the listing is here http://www.odata.org/libraries/
googlecode 上有一个名为 odata4j 的项目,可用于实现生产者和消费者。但我还没有尝试过
there is a project called odata4j on googlecode that can be used to implement producers and consumers. But i haven't tried it yet
Apache Olingo http://olingo.apache.org/ 提供了一个实现开放数据协议 2.0 的 OData Java 库,对 4.0 的支持处于测试阶段。
Apache Olingo http://olingo.apache.org/ provides an OData Java Library that implements the Open Data Protocol 2.0, support for 4.0 is in Beta.
不幸的是,没有。
只有客户。我已经成功使用 ruby_odata 。它适用于简单的模型,并为所有基本查询选项提供映射,尽管您确实需要了解运算符(如 eq、substringof 等)。
我确实遇到了一个更复杂的模型,需要稍微调整一下代码。很容易上手: http:// /odetocode.com/Blogs/scott/archive/2010/07/11/odata-and-ruby.aspx
There are none, unfortunately.
There are only clients. I've used ruby_odata successfully. It works well against a simple model and provides mappings for all the basic query options, although you do need to know the operators (like eq, substringof, etc).
I did run into a more complex model and needed to tweak the code a bit. It's easy to pick up on: http://odetocode.com/Blogs/scott/archive/2010/07/11/odata-and-ruby.aspx
几天前我发布了 Safrano 。它是一个基于 ruby 的小型 OData 提供程序框架。它还远未完成,并且有点实验性,但它可能有一些用例
I published Safrano a few days ago. It's a small ruby based OData provider framework. It's far from complete and a bit experimental, but it may have some use case nevertheless