Servlets and JavaServer Pages The J2EE Technology Web Tier.chm   【J2EE】
浏览数:208      下载数:228
        The DevelopMentor Series This is the authoritative tutorial to the JSP 2.0 and Servlets 2.4 specifications written by JSP W3C expert committee members--Jayson Falkner, JSPInsider founder and WebMaster, and Kevin Jones, DevelopMentor UK co-founder.
        Servlets and JavaServer Pages is a complete guide to building web applications using Java Servlets and JavaServer Pages. The book covers the basics including installing a JSP/Servlet environment on your computer, HTTP, HTML forms, JSP 2.0, Servlets 2.4, custom tag libraries, and the JSTL 1.0. The book also covers the most complex topics of error handling, design patterns, internationalization and multi-lingual sites, security, sessions and state management, database connectivity, and building sites that can produce multiformats of content on the fly. This book explains how to create applications using the Servlet and JSP specifications that are robust, performant and scaleable!
        Among the topics covered in-depth are:
        1. Exception handling //异常处理
        2. JavaBeans and the new JSP Expression Language (JSP EL) //javabean和el语言介绍
        3. The JavaServer Pages Standard Tag Library (JSTL) and coding custom tag libraries //jsp标准的标签库jstl用法介绍和编写自已的标签库
        4. Filters //过滤器的用法介绍
        5. Error handling // 错误的捕捉和处理
        6. Session and state management //会话管理,包括线程安全等的介绍
        7. Security  //安全方面
        8. Design patterns, including Struts
        8. Internationalization
        9. Multiclient support
        10. Database connectivity // 数据库链接,主要讲述JDBC与jsp的应用。