Java Reference
In-Depth Information
Wrapping Up
In this chapter, you learned that JAX-RS can automatically convert Java objects to a specific
data type format and write it out as an HTTP response. It can also automatically read in
HTTP request bodies and create specific Java objects that represent the request. JAX-RS has
a number of built-in handlers, but you can also write your own custom marshallers and un-
marshallers. Chapter 21 walks you through some sample code that you can use to test-drive
many of the concepts and APIs introduced in this chapter.
[ 5 ] For more information, see http://jettison.codehaus.org .
[ 6 ] http://jackson.codehaus.org/
 
 
Search WWH ::




Custom Search