Features
- Cover Type: Paperback with 840 pages
- Published by: Sams June 9, 2003
- Written in: English
- ISBN 10 Number: 0672324385
- ISBN 13 Number: 978-0672324383
-
Book Dimensions:
8.6 x 7 x 2 inches
- Weighs: 2.8 pounds
Product Description
JavaServer Pages Developer¿s Handbook gives practical, in-depth implementation advice on building robust JSP applications. Learn how to use JSP within enterprise Java applications, and when working with databases and Enterprise JavaBeans. Incorporate JSP tag libraries and frameworks, including Struts, to simplify page construction. This book covers JSP 2.0 and Servlets 2.4 including the expression language, filters, and expanded support for XML in JSP applications.
Create custom tags to automate common functions, interact with Enterprise JavaBeans, and ensure security and reliability in JSP applications. The authors demonstrate transforming and presenting XML data, building Web Service applications, and deploying JSP applications using Jakarta Tomcat. At the end of the book, you¿ll build a complete working Web application incorporating many of the topics discussed.
Back Cover Copy
JavaServer Pages Developer's Handbook gives practical, in-depth implementation advice on building robust JSP applications. Learn how to use JSP within enterprise Java applications, and when working with databases and Enterprise JavaBeans. Incorporate JSP tag libraries and frameworks, including Struts, to simplify page construction. This book covers JSP 2.0 and Servlets 2.4 including the expression language, filters, and expanded support for XML in JSP applications.
Create custom tags to automate common functions, interact with Enterprise JavaBeans, and ensure security and reliability in JSP applications. The authors demonstrate transforming and presenting XML data, building Web Service applications, and deploying JSP applications using Jakarta Tomcat. At the end of the book, you'll build a complete working Web application incorporating many of the topics discussed.
Reader ReviewsI am a hard core Java Servlet guy. Never really had much desire for JSPs. To me Servlets was "real" programming and JSP's were for folks who didn't like Java programming. But after reading through this book I am beginning to like JSP's. It's a great quick reference for using JSP's with JavaBeans. It's a bummer there isn't any coverage of JavaServer Faces; that would have been an excellent addition to this book.