1

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.

Kirk Woll
  • 73,473
  • 21
  • 178
  • 189
tenacity
  • 11
  • 1

1 Answers1

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?

Community
  • 1
  • 1
gebuh
  • 799
  • 15
  • 38