Java Servlet Programming
by Jason Hunter with William Crawford
Here are changes that appear in the 12/98 reprint:
(xii) paragraph at top of page:
Changed the URL for the JSDK from:
http://jserv.java.sun.com
To:
http://java.sun.com/products/servlet/
(7) 2nd paragraph under "Support for Servlets":
Changed the URL for the JSDK from:
http://jserv.java.sun.com
To:
http://java.sun.com/products/servlet/
(10) first bulleted item on page, first sentence starts:
"Sun's JavaServer Toolkit and JavaServer Engine, ..."
Changed to read:
"Sun's JavaServer Engine, ..."
Also, at the end of the second sentence, changed "Java Server
Toolkit." to "JavaServer Engine."
Finally, changed the URL in the last sentence to:
http://java.sun.com/products/javaserverengine/
(20) first bulleted list item:
Changed the URL for the JSDK from:
http://jserv.java.sun.com
To:
http://java.sun.com/products/servlet/
(94) 3rd paragraph in "Determining What Was Requested":
", extra path information, and query string."
now reads
", and extra path information."
(135) Example 5-5, in the middle of the page:
Removed the following line of code:
PrintWriter out = res.getWriter();
(136) Example 5-5:
In the last line of code on the page:
// Send the page to the response s output stream
there was a missing '. It now reads "response's".
(139) Example 5-6, near the bottom of the page:
Removed the following line of code:
PrintWriter out = res.getWriter();
(191) 3rd paragraph under "Server Push":
Changed last sentence to read:
"Note, however, that server push is not yet supported by
Microsoft Internet Explorer, and extended use..."
(336) Example 10-21:
Changed the following line:
out.println("" + user + "\"");
To:
out.println("");
(338) 4th block of body text:
The last sentence of the paragraph that ends
"Servlet API. 2.0."
now ends:
"Servlet API."
(416) second paragraph under "Use a Standard Debugger":
Changed the URL for the JSDK from:
http://jserv.java.sun.com
To:
http://java.sun.com/products/servlet/