English 中文(简体)
Is there an OData Server Library for Java or PHP to EXPOSE OData?
原标题:
  • 时间:2010-03-18 13:55:02
  •  标签:
  • 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.

问题回答

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

http://www.odata4j.org

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

http://odataphpproducer.codeplex.com

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

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/

Apache Olingo will be the first to support OData 4.





相关问题
WCF Data Service - Proxy mid-tier service

The project we are working on is a classic 3 tiered architecture. tier 1 being the database server, tier 2 the application services and tier 3 the presentation tier (a web site). In the application ...

PHP Download script (Locally)

Im looking for a script that will take OData feed and download some .wmv files based on the filenames held within the OData? Can anyone help?

How would you implement API key in WCF Data Service?

Is there a way to require an API key in the URL / or some other way of passing the service a private key in order to grant access to the data? I have this right now... using System; using System....

How do I interact with OData from Java?

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

How to use "SelectMany" with DataServiceQuery<>

I have the following DataServiceQuery running agaist an ADO Data Service (with the update installed to make it run like .net 4): DataServiceQuery<Account> q = (_gsc.Users .Where(c =...

热门标签