JSP Insider - http://www.jspinsider.com

News - Articles/Tutorials/Code/Reviews - JSP/Servlet Hosting Companies - Links

Sample Chapters: Early Adopter JavaServer Pages Standard Tag Library

Wrox publishing has been kind enough to contribute a sample chapters from Early Adopter JavaServer Pages Standard Tag Library. One of the JSP Insider's, Jayson Falkner, contributed material to this title.

Sample Chapters

Chapter 2: Expression Languages - PDF

Book overview

JavaServer Pages, or JSP, is a Java Enterprise technology which enables web programmers to build pages using special tags which access Java code running on the server. As of JSP 1.1, there has also been the capability to specify custom JSP tag libraries, or taglibs, and many such libraries have been developed to enable developers to integrate different technologies into their JSP applications. The JSP Standard Tag Library, JSTL, is set to standardize the common features of many such libraries into a core set of tags of use to every JSP developer.

The standard tag library provides tags for performing basic decision-making and repetition within a page, as well as localizing messages for the user, handling XML data, and database access. It's also possible to extend the library with our own tags that collaborate with the standard tags. A core element of the library is its support for expression languages, which are used to share and access data between JSP pages.

This book has been developed at the same time as the first release of the JSP standard tag library, and presents a practical overview of what the new tag library allows JSP developers to do.

Who is this book for?

This book covers every aspect of the new JSTL specification, based on the reference implementation developed at the Apache Jakarta project. All the tags are explored, and real uses for the tag library demonstrated through the development of working web applications.

Browse all of the JSP Insider source-code.

Questions or comments? Contact support@jspinsider.com.