From my personal research, it seems that OData implementations are highly dependent on the MS Entity framework. It would seem possible to implement the OData vendor protocol using an open ORM such as NHibernate in C # or Hibernate in Java.
In the best of all worlds, it would be great to expose data using Oracle's OData protocol. I am open to other open source solutions such as Java, JRuby, etc.
Thanks in advance for your time.
source
share