How do I interact with OData from Java?

Posted by user280638 on Stack Overflow See other posts from Stack Overflow or by user280638
Published on 2010-03-08T17:44:37Z Indexed on 2010/04/17 21:43 UTC
Read the original article Hit count: 600

Filed under:
|
|
|
|

OData is Microsoft's repackaging of its Astoria (now WCF Data Services) RESTful query/update protocol. If I want to use Java to create an OData compatible data source, how do I do that? Similarly, if I want to consume an OData data source from Java, how do I do that?

http://www.odata.org/

Partial answer below.

The OData website suggests that Restlet supports OData. Restlet's API documentation mentions the org.restlet.ext.odata package.

www.restlet.org/

www.restlet.org/documentation/snapshot/jee/ext/org/restlet/ext/odata/package-summary.html

Is this the only answer? Are there blog posts on doing this integration?

© Stack Overflow or respective owner

Related posts about java

Related posts about rest