Originally posted by Mike Rutgers:
Sounds like a stupid question, but here is what I mean. Is this a book you just pick up and read cover to cover, or one you browse through to be familiar with the contents, and then keep by your desk for easy reference?
As described in the quote Ko Ko Naing posted, the book is targetted to both Page Authors (people who primarily develop JSP pages using JSP elements, JSTL and custom tag libraries developed by others) and to
Java programmers (who develop
servlets, filters, beans, custom tag libraries, etc.). Part I and II are primarily intended for the first category and doesn't require much programming experience, while Part III is the focus for the latter category and assumes that you know Java but explains the servlet API, the JavaBeans conventions, and enough of JNDI and
JDBC to understand the examples.
It's a tutorial-style book, intended to be read cover to cover. It also contains appendixes with tag library, JSP EL, and Servlet/JSP API reference material.
I've heard from many readers who keep it at their side as a reference book after reading it. I use the appendixes and some of the chapters myself when I need to look up some details.