Java Reference
In-Depth Information
ments, asynchronous support, pluggability, simplified configuration, and other im-
provements.
Java API for web services (JAX-RS and JAX-WS)
Java EE 6 has adopted JAX-RS as an official part of the Java EE specification. JAX-
RS is a Java API for developing RESTful web services. A RESTful web service ex-
poses a set of resources that identify the targets of the interaction with its clients. Re-
sources are identified by URIs; they provide a global addressing space for resource
and service discovery.
Java API for XML-based web services (JAX-WS)
JAX-WS is the Java API for XML-based web services. JAX-WS is used to develop
traditional SOAP-based web services. Java EE 6 includes an updated JAX-WS spe-
cification.
Java architecture for XML Binding (JAXB) 2.2
JAXB provides improved performance via new default marshalling optimizations.
JAXB defines a programmer API for reading and writing Java objects to and from
XML documents, thus simplifying the reading and writing of XML via Java.
Search WWH ::




Custom Search