Reputation: 71
I am wondering if there is or why there isn't a ADO.NET Data Services Server Library for Java?
I need to expose a database from a Java Server but i only see Microsot providing clients for java not server parts.
How is that an open standard when you need .NET/Windows to expose it?
Thanks for any pointers to that. Same interesting for PHP as well.
Upvotes: 7
Views: 3720
Reputation: 270
SAP just releaseed their OData sdk on github, you can check here: https://github.com/SAP/cloud-odata-java
Apache have one incubating project for OData, you can check here: http://olingo.incubator.apache.org/
Upvotes: 0
Reputation: 21
Now there is one available for PHP: OData Producer Library for PHP
http://odataphpproducer.codeplex.com
Upvotes: 2
Reputation: 1723
Check out odata4j - pure java odata implementation - both client and server side.
Upvotes: 7