Errata

Java Web Services: Up and Running

Errata for Java Web Services: Up and Running

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
1-1
Figure 1-1

So far this has been a good read; Figure 1-1 obviously has the arrows reversed.

Note from the Author or Editor:
In Figure 1-1, the direction of the arrows should be reversed.

Anonymous  Aug 31, 2013 
Printed
Page 11
3rd Line from top

The <methodName> tag is not closed properlty.
Line 3 states: <methodName>fib<methodName>

the last tag should be </methodName> (with forward slash).

Note from the Author or Editor:
<methodName>fib<methodName>

should be

<methodName>fib</methodName>

There is a missing forward slash / in the 2nd "<methodName>"

Anonymous  Feb 05, 2014 
Printed
Page 21
Table 1-3

In the last row of the table, the DELETE verb should be paired with /products/:id URI,
but in the book the slash is missing.

Note from the Author or Editor:
Table 1-3, p. 21. The last row currently has, in the second column:

/products:id

The entry should be:

/products/:id

Massimiliano  Apr 12, 2017 
ePub
Page 37
5th paragraph

JAW-WS is an API used mostly...

should be JAX-WS

Note from the Author or Editor:
P. 37, last paragraph: JAW-WS should be JAX-WS

Jhonny Cano  May 26, 2014 
Printed
Page 54
6th row

Shouldn't be RestfulAdage instead of RestfulApplication?
Thank you
Fabio

Note from the Author or Editor:
Page 54, 5th printed line: "...the deployment class RestfulApplication..." should be
"...the deployement class RestfulAdage..."

Fabio   Oct 15, 2017 
Printed
Page 61
5th row

Shouldn't be /adages/resourcesA/plain instead of /adages/resources/plain?
Thank you
Fabio

Note from the Author or Editor:
Page 61, 1st bulltet: the URI should be /adages/resourcesA/plain
In the text, "resourcesA" is misspelled as "resources".

Fabio  Oct 15, 2017 
, Printed
Page 75
4th row

Shoudn't be Return Response.ok(plist, "application/xml").build()?

Thank you,
Fabio

Note from the Author or Editor:
Page 75, the display "return Responses.ok(...)" should be
return Response.ok(plist, "application/xml").build();

Fabio   Oct 15, 2017 
ePub
Page 1155
3rd paragraph

Typographical:

NetxN

should be

NextN

Note from the Author or Editor:
P. 155 in note on wsimport and wsgen:
3rd paragraph: "NetxN" should be "NextN"

Anonymous  Aug 28, 2014