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?
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?