OData Provider in Ruby/Java
是否有任何适用于Ruby或Java的OData 提供程序 SDK?
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
There are providers for Ruby and Java here: http://www.odata.org/developers/odata-sdk
Edit : Previous link is broken, as mentioned below the listing is here http://www.odata.org/libraries/
there is a project called odata4j on googlecode that can be used to implement producers and consumers. But i haven't tried it yet
链接地址: http://www.djcxy.com/p/47226.html上一篇: 好的网站来测试webcrawler