OData Service is service used to expose the data as a resource using OData protocol. This resource can be access using the URL with query expression.
OData Service can be developed in .Net framework using WCF Data service, it can also be developed using Java using open source odata4j toolkit. This toolkit provides support for exposing data through a Java Persistence API (JPA) entity model or from plain old Java objects (POJOs).