Is there an OData server library for Java or PHP for the OData EXPOSURE?

I am wondering if there is or why not the ADO.NET Data Services library for Java?

I need to set up the database from a Java server, but I only see Microsot, which provides java server parts to clients.

How is this an open standard when you need .NET / Windows to open it?

Thanks for any guidance on this. The same is interesting for PHP.

+7
odata
source share
5 answers

Check out odata4j - the implementation of pure java odata - both client and server.

http://www.odata4j.org

+7
source share

Now there is one available for PHP: OData Producer Library for PHP

http://odataphpproducer.codeplex.com

+2
source share

There is also a sourceforge.net project dated April 6, 2010, od4j .

+1
source share

SAP just released OData sdk on github, you can check here: https://github.com/SAP/cloud-odata-java

Apache has one incubation project for OData, you can check here: http://olingo.incubator.apache.org/

0
source share

Apache Olingo will be the first to support OData 4.

0
source share

All Articles