Customer Reviews


39 Reviews
5 star:
 (24)
4 star:
 (7)
3 star:
 (2)
2 star:
 (1)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


6 of 6 people found the following review helpful:
5.0 out of 5 stars Great Introduction to Servlets and Web Development
This book provides a great introduction to not only servlets but also to web development in general. Excellent for client-server programmers and others that may be new to developing applications for the web.

The only drawback I noticed was that two chapters contained some errors about the location of files in JSDK 2.1. Apparently the book was published...
Published on November 3, 1999

versus
15 of 17 people found the following review helpful:
2.0 out of 5 stars Very shallow coverage
I'm quite disappointed in this book. Much of the book is devoted to listing the servlet API. I can get the API listing for free. What's not covered is the use of much of that API. If you're looking for an in depth book about servlets, I'm afraid I'd recommend looking elsewhere.
Published on January 31, 2000 by Richard A. Wagenknecht


‹ Previous | 1 2 3 4| Next ›
Most Helpful First | Newest First

15 of 17 people found the following review helpful:
2.0 out of 5 stars Very shallow coverage, January 31, 2000
By 
Richard A. Wagenknecht "rwagen" (Cottage Grove, MN United States) - See all my reviews
(REAL NAME)   
I'm quite disappointed in this book. Much of the book is devoted to listing the servlet API. I can get the API listing for free. What's not covered is the use of much of that API. If you're looking for an in depth book about servlets, I'm afraid I'd recommend looking elsewhere.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
3.0 out of 5 stars a good introduction to servlets but nothing more, September 16, 1999
By A Customer
This book is a good introduction to servlets and explains the basic concepts well. On the down-side, some of the later chapters are nothing but several pages of code printouts which do not help much.

It barely covers the concept of servlet chaining and excuses itself by claiming that is server specific; although true, the use of the servlet developer kit runner as an example would have been appropriate.

The chapter on session management is weakened by not having a working example of the bound/unbound events.

If you are in the intermediate to advanced stage in servlet programming this book is not for you.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Great Introduction to Servlets and Web Development, November 3, 1999
By A Customer
This book provides a great introduction to not only servlets but also to web development in general. Excellent for client-server programmers and others that may be new to developing applications for the web.

The only drawback I noticed was that two chapters contained some errors about the location of files in JSDK 2.1. Apparently the book was published before the final version of JSDK 2.1 was available. Fortunately, the author provides corrections for JSDK 2.1 at: http://www.sourcestream.com/updates.html
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
1.0 out of 5 stars A book for beginners and not for experied java developers., April 19, 2000
By A Customer
Do not expect a lot from this book going by the title. It helps a person new to servlets understand what they are.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars The Definititve Starting Point, April 3, 2000
This book is perfect for those new to writing servlets. Callaway introduces the reader to the basics of web development (this was really helpful) and then servlets. His writing style is clear and readable. I read this book in about 2 days. I really don't understand the review by a customer that says most of the book lists the servlet API. He's wrong. Most of this book is good solid info any beginner needs when learning to write servlets. I highly recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
1.0 out of 5 stars Out of date, October 30, 1999
By A Customer
On the back cover it says "based on the final 2.1 spec" Chapters 8 and 9 are about running and debugging servlets. All the examples are written to the old jsdk 2.0 spec but they purport to be 2.1 Take a look at the update section for this book on the addison-wesley web site.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
1.0 out of 5 stars This book is for beginners, April 18, 2000
By A Customer
Based on the title, I thought this book would give good coverage of servlets and some good examples. Instead what I found was shallow material and description of servlet API -- that too specific to version 2.0.

I do not recommend this book to experienced servlet programmers.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars THE MOST USEFUL FOR SERIOUS SERVLETS PROGRAMMERS, August 16, 2000
By 
The book covers detailed analysis on servlets programming and interfacing with database. It clearly explains each concept that is essential for programming with Servlets. I feel, this is a must-read book for medium level programmers for acquiring a high degree of programming prowess in order to become veterans
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars New to servlets? This will help., June 28, 1999
By A Customer
While this book spends a considerable percent of its pages on "Introduction to the Web" and servlet basics (you don't get to write "Hello World" till chapter 5!), it does take off from chapter 7. There are good examples and the accompanying CD has everything you need to start trying out servlets on your own machine.

I bought this book primarily to find more info on implementing servlets for JDBC database access; and I wish they could have covered this topic more comprehensively (they only devote 15 pages to this topic)... but what they did give me was more than enough to get started on a dynamic database-driven web application.

While I am experienced at other methods, I knew close to nothing about servlets; so I found this book's pace quite appropriate. For those who code Java in their sleep, this book will probably not help very much.

Buy this book if you want concise, clear-cut, introductory examples in servlet programming.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Should be 5-stars, June 26, 2002
By 
Chris Reeve "pln2bz" (San Francisco, CA United States) - See all my reviews
(REAL NAME)   
This review is from: Inside Servlets: Server-Side Programming for the Java™ Platform (2nd Edition) (Paperback)
I have some programming experience from college in c and some post-graduation experience as an asp coder at a small startup. I had also done some jsp coding at that startup, but when it came time to go back and make my own jsp pages without an office full of people to answer my questions and provide me with code templates to work inside of, I was lost. This book is a very gentle introduction to servlets and tries very hard to be thorough. Definitely 5 stars for somebody who is new to servlets.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 4| Next ›
Most Helpful First | Newest First

This product

Inside Servlets: Server-Side Programming for the Java™ Platform (2nd Edition)
$44.99
In Stock
Add to cart Add to wishlist