chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Add an ODataConsumer adapter over a local ODataProducer #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For our dev. we are client of multiple OData feeds. We use ODataConsumer to 
interact with them, but some of them can be local (JPAProducer), thus it would 
be very useful to implement an ODataConsumer adapter over a local ODataProducer.

It is also useful for unit tests.

I have made a first implementation of it on an odata4j clone:

http://code.google.com/r/samuelvetsch-odata4j/source/list

Feel free to comment on it, I'm ready to improve it.
Thanks

Original issue reported on code.google.com by samuel.v...@gmail.com on 9 May 2012 at 2:28