Is there a java package equivalent to System.Data.Services.Client
? In C#, this is a suite of classes that provide what is known as WCF RIA. It faciliates providing implementations of ODATA services in C#. I would like to know if anything similar exists in Java.
Asked
Active
Viewed 63 times
1
1 Answers
0
I don't know of anything in the java standard library, but there is odata4j
More info at How do I interact with OData from Java?