JSP - Java Server Pages 2nd Edition

This edition of the book covers Version 1.2 of the JSP specification, which was released in September 2001. It also covers the related JSP Standard Tag Libraries (JSTL) specification, Version 1.0, released in June 2002.
You will learn how to use all the JSP standard elements and features, including elements for accessing JavaBeans components; separating the processing over multiple pages to increase reusability and simplify maintenance; and sharing information between pages, requests, and users. You will also learn how to use JSTL for tasks such as conditional processing, integration of database data, internationalization, and XML processing, as well as how to develop your own custom components for tasks not covered by the standard components. download