May 10, 2015

Java Web Services Overview

A quick and simple overview about the basic Java web services technologies.

JAX-WS - Java API for XML Web Services, it's just a specification for create Java SOAP XML based webservices, to use it you need a library that implements this specification. An example using the reference implementation can be seen here.

JAX-RS - Java API for RESTful Web Services, it's like the JAX-WS, but uses REST instead of SOAP. To use it you need a library that implements this specification, the reference implementation is Jersey. An example can be seen here.

Jersey - JAX-RS reference implementation library for REST based web services. An example can be seen here.

0 comentários :

Post a Comment