File: Books.xml

package info (click to toggle)
resteasy 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,612 kB
  • sloc: java: 265,492; xml: 27,855; javascript: 405; jsp: 166; python: 101; sh: 15; sql: 3; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>