<chapter id="REST_BOOKS">
<title>Books You Can Read</title>
<para>There are a number of great books that you can learn REST and JAX-RS from</para>
<itemizedlist>
<listitem>
<ulink url="http://oreilly.com/catalog/9780596529260/">RESTful Web Services</ulink> by Leonard Richardson and Sam Ruby. A great introduction to REST.
</listitem>
<listitem>
<ulink url="http://oreilly.com/catalog/9780596158040/">RESTful Java with JAX-RS</ulink> by Bill Burke. Overview of REST and detailed explanation of JAX-RS.
Book examples are distributed with RESTEasy.
</listitem>
<listitem>
<ulink url="http://oreilly.com/catalog/9780596808679/">RESTful Web Services Cookbook</ulink> by Subbu Allamaraju and Mike Amundsen. Detailed cookbook on how to design RESTful services.
</listitem>
</itemizedlist>
</chapter>
|