Is it possible to expose data from Oracle using OData?
Posted
by Michael Rosario
on Stack Overflow
See other posts from Stack Overflow
or by Michael Rosario
Published on 2010-06-17T16:43:50Z
Indexed on
2010/06/18
10:13 UTC
Read the original article
Hit count: 1005
From my personal research, it appears that OData implementations depend extensively on MS Entity framework. It would seem possible to implement the OData producer protocol using an open ORM like NHibernate in C# or Hibernate in Java.
In the best of all worlds, it would be cool to expose data using OData protocol from Oracle. I am open to other open solutions like Java, JRuby, etc.
Thanks in advance for your time.
© Stack Overflow or respective owner