Prague College Library: Web Development with JavaServer Pages
 
Title:      Web Development with JavaServer Pages
Categories:      Computing
BookID:      CO-HND-00114
Authors:      Duane Fields, Mark Icolb
ISBN-10(13):      9781884777998
Publisher:      Manning
Edition:      illustrated edition
Number of pages:      554
Language:      English
Rating:      0 
Picture:      cover
Description:      Amazon Review
Java Server Pages, JSP, is a Java based template system for constructing Web sites to deliver dynamic Web page content. In this regard it's similar to ASP or Cold Fusion. The book is written by site developers who choose to use it during Sun's development of JSP 1.0: pretty brave. It also covers the newer JSP 1.1 release.

JSP works by providing a set of HTML-like tags which are interpreted by the JSP container (which in turn is usually supported by Java servlets) rather than by embedding the page generating code in the program code. This makes it easier to maintain sites. The authors make a good fist of showing how to use JSP with Beans, explaining JSP directives (which specify scripting languages, for example), and using it with JNDI and other Java technologies.

As with so much Web server programming, anything practical requires a mixture of technologies and programming languages to work. JSP is no exception. As a result, most of the book is taken up with examples--ranging from the trivial to the eminently practical - showing how to use JSP for various task types and which Java technologies best expedite it. This isn't the end, though, as JSP can be used with non-Java languages--an adventure fortunately left to the student.

JSP comes late to the dynamic Web page feast, and is certainly no easier than ASP--and arguably more complex than Cold Fusion--but for Java programmers it has the huge advantage of being well integrated with the existing Java technologies. The authors are to be congratulated on an impressive and convincing JSP exposition. --Steve Patient