Tim
Tim

Reputation: 71

Is there an OData Server Library for Java or PHP to EXPOSE OData?

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

Answers (5)

Anthony Elliott
Anthony Elliott

Reputation: 3001

Apache Olingo will be the first to support OData 4.

Upvotes: 0

LukeHan
LukeHan

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

Satish Nikam
Satish Nikam

Reputation: 21

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

http://odataphpproducer.codeplex.com

Upvotes: 2

John Spurlock
John Spurlock

Reputation: 1723

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

http://www.odata4j.org

Upvotes: 7

rasx
rasx

Reputation: 5338

There is also an Apr 6, 2010 sourceforge.net project, od4j.

Upvotes: 1

Related Questions