What are Web Services ?
According to W3C ,Web Services are the message-based design frequently found on the Web and in enterprise software. The Web of Services is based on technologies such as HTTP, XML, SOAP, WSDL, SPARQL, and others.” Web services provides interoperability between different applications running on different platforms.So in simple words , using Web services , applications running in different platforms can communicate each other over the internet.Also Web Services are platform and browser independent . In this chapter we will be looking into the Web service support in Java EE.This discussion is a simple Web Service tutorial.
Web Services in JavaJava EE has two APIs those gives web services support. They are: JAX-WS and JAX-RS. We will be looking to each of these APIs in the coming chapters.We will be discussing examples too.This Web Service Tutorial gives an overview about these two APIs.
JAX-WSJAX-WS stands for Java API for XML Web Services . It provides support for SOAP(Simple Object Access Protocol ) web services.SOAP web services uses XML messages that follows the SOAP standard.
Features of SOAP Web Services
Implementation details of JAX-WS Web Services
We will be looking more about the implementation details in the coming chapters.
JAX-RSJAX-RS provides support to RESTful Web Services.REST stands for Representational State Transfer.
Features of RESTful Web Service
The implementation details of JAX-RS web services will be explaining once we are doing an example
See Related Discussions:RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4