Java Web Services API
There are two main API’s defined by Java for developing web service applications since JavaEE 6.
- JAX-WS: for SOAP web services. The are 2 ways to write JAX-WS
application code: by
- RPC style
- Document style.
- JAX-RS: for RESTful web services. There are mainly 2 implementations
currently in use for creating JAX-RS application:
- Jersey
- RESTeasy.
We have some other RESTFul webservices providers like
-
Jersey
-
RestEasy
-
Restlet
-
CFX
-
Spring Rest webservices