-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbooks.html
58 lines (55 loc) · 3 KB
/
books.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
title: Books
selflink: books
---
<table>
<tr>
<td>
<img width="180" alt="" height="236"
src="{{site.baseurl}}/img/books/mainColumnParagraphs/0/imageBinary/restful_java.gif"/>
</td>
<td>
<p><a href="https://oreilly.com/catalog/9780596158040/">RESTful Java with JAX-RS</a> by
Bill
Burke. RESTful Java with JAX-RS includes a technical guide that explains REST and
JAX-RS,
how they work, and when to use them. With the RESTEasy workbook that follows, you get
step-by-step instructions for installing, configuring, and running several working
JAX-RS
examples, using the JBoss RESTEasy implementation of JAX-RS.</p>
</td>
</tr>
</table>
<table>
<tr>
<td>
<img width="180" alt="" height="236"
src="{{site.baseurl}}/img/books/mainColumnParagraphs/00/imageBinary/rest.gif"/>
</td>
<td>
<p><a href="https://oreilly.com/catalog/9780596529260/">RESTful Web Services</a> by Leonard
Richardson and Sam Ruby. A great introduction to REST, RESTful techniques, and
designing
RESTful Web Services. Its how I learned about REST initially.</p>
</td>
</tr>
</table>
<table>
<tr>
<td>
<img width="180" alt="" height="236"
src="{{site.baseurl}}/img/books/mainColumnParagraphs/01/imageBinary/cookbook.gif"/>
</td>
<td>
<p><a href="https://oreilly.com/catalog/9780596808679/">RESTful Web Services Cookbook</a>
by
Subbu Allamaraju and Mike Amundsen. Detailed cookbook on how to design RESTful
services.
Subbu has an <a href="https://www.subbu.org/">incredible blog</a> on REST and finally
he's
taken a lot of his ideas and experiences along with Mike Amundsen and incorporated them
into a book.</p>
</td>
</tr>
</table>