Skip to main content

Core Servlets and JavaServer Pages

ISBN:0130092290
Pages:736
Date:2003-08-29
Publisher:Prentice Hall PTR
Rating:4.5

Read Core Servlets and JavaServer Pages Online
1. Online Book Mirror [pdf.coreservlets.com]

    Amazon.com
In the Java universe, the interface layer of the ubiquitous model-view-controller (MVC) software design paradigm is handled by either servlets of JavaServer Pages (JSP). The second edition of Core Servlets and JavaServer Pages, like its predecessor, documents these handy technologies fully and practically. Far more than a straight API reference, this book presents examples--complete with code and a listing or screen shot showing results--wherever possible. It's a fantastic strategy for communicating to programmers what they need to do in order to achieve the effects and behaviors they desire. What's new in the second edition? Lots, in terms of its eponymous software development environments: The book covers servlets 2.4 and JSP 2.0. The examples are more refined, too, and more attention is paid to supporting technologies like Web and database servers. The didactic approach of authors Marty Hall and Larry Brown is recipe-like. They typically begin with a statement of a problem to be solved, then discuss relevant aspects of the servlet or JSP API. A series of code listings follows, and screen shots showing results bring up the rear. The net effect is that it's easy to spot relevant sections in the table of contents, it's clear how implementation works (thanks to the extensive listings) and there's no doubt about what the results are supposed to be. More elaborate examples show how servlets and JSP work in shopping cart, auction, and other applications. This is a significant and worthwhile update to an important Java book. --David WallTopics covered: Java servlets 2.4, JavaServer Pages (JSP) 2.0 (including the new expression language), HTML forms, JDBC database connectivity, and the details of how servlets and JSP are implemented in Apache Tomcat, Caucho Resin, and Macromedia JRun./p>
Reviews From AMAZON.COM
A good introduction to Servlets and JSP
Others have provided excellent reviews so I will just comment on a few items:1) The book does a good job at covering the basics of using servlets and JSP for a web application.2) Conversely, the book is stuck in the basics and instead of discussing more interesting topics it references the unpublished Volume 2. Very annoying.3) This is a book for beginners. If you have any web programming experience this may be too simple and with a very slow pace. Many more concepts could have been included without compromising the book.
A good reference book
This is a good reference book for people who need to work on both servlet and JSP. But, it covers too many topics, which I believe JSP should be separated into another book.