Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherNew Riders Publishing
ISBN-100735710953
ISBN-139780735710955
eBay Product ID (ePID)1947588
Product Key Features
Number of Pages464 Pages
Publication NameJ.S.P. and Tag Libraries for Web Development
LanguageEnglish
SubjectInternet / General, Programming Languages / Java
Publication Year2001
TypeTextbook
AuthorWellington L. S. Da Silva
Subject AreaComputers
FormatTrade Paperback
Dimensions
Item Height0.9 in
Item Weight25.1 Oz
Item Length9 in
Item Width7 in
Additional Product Features
Intended AudienceScholarly & Professional
LCCN00-111217
Dewey Edition21
IllustratedYes
Dewey Decimal005.2/762
Table Of ContentIntroduction. 1: Introduction to Servlets and Javaserver Pages. 2: Introduction to Tag Libraries. 3: Writing Custom Tags. 4: Cooperating Tags and Scripting Variables. 5: Design Considerations. 6: Jakarta Struts. 7: truts Tag Libraries. 8: Anatomy of a Struts Application. 9: Jakarta TagLibs. 10: Commercial Tag Libraries. 11: Other TagLib Projects On The Net. 12: Other Sources. Appendix A: Tomcat. Appendix B: Allaire Jrun. Appendix C: Orionserver. Appendix D: MySQL. Appendix E: Mappling Servlet-JSP Functions and Attributes.
SynopsisThis book is a guide to the recently introduced Java Tag Extension API, illustrated by real-life case studies. A fairly complete approach to JSP programming is provided, with a discussion of its shortcomings and how these can be addressed by employing tag libraries. It will discuss modeling and designing applications based on these technologies, then provide a specific implementation (Jakarta STRUTS). This book goes well beyond other resources on JSP, which contain at most a single chapter on tag libraries. The explanation of tag library technology and examples of its implementation will help bring new capabilities to current JSP programmers, Java Server Pages (JSP) tag libraries define modular functionality that can be reused by any JSP page. Tag libraries also reduce the necessity to embed large amounts of Java code in JSP pages by moving pieces of functionality into discrete tags.