JavaServer pages

JavaServer Pages (JSP) has built a huge following since the release of JSP 1.0 in 1999, providing Enterprise Java developers with a flexible tool for the development of dynamic web sites and web applications. While new point releases over the years, along with the introduction of the JSP Standard T...

Descripción completa

Detalles Bibliográficos
Autor principal: Bergsten, Hans (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Sebastopol, California : O'Reilly 2004.
Edición:3rd ed
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626965406719
Tabla de Contenidos:
  • Table of Contents; Preface; What's in This Book; Readers of the Second Edition; Audience; What You Need to Know; Organization; Part I, JSP Application Basics; Part II, JSP Application Development; Part III, JSP in J2EE and JSP Component Development; Part IV, Appendixes; About the Examples; Conventions Used in This Book; How to Contact Us; Acknowledgments for First Edition; Acknowledgments for Second Edition; Acknowledgments for Third Edition; Part I; Introducing JavaServer Pages; What Is JavaServer Pages?; Why Use JSP?; Embedding Dynamic Elements in HTML Pages; Compilation
  • Using the Right Person for Each TaskIntegration with Enterprise Java APIs; Other Solutions; Active Server Pages (ASP); PHP; ColdFusion; Java servlet template engines; The JSP Advantage; What You Need to Get Started; HTTP and Servlet Basics; The HTTP Request/Response Model; Requests in Detail; Responses in Detail; Request Parameters; Request Methods; Servlets; Advantages over Other Server-Side Technologies; Servlet Containers; Servlet Contexts and Web Applications; JSP Overview; The Problem with Servlets; The Anatomy of a JSP Page; JSP Processing; JSP Elements; Directive elements
  • Standard action elementsCustom action elements and the JSP Standard Tag Library; Scripting elements; Expression Language expressions; JavaBeans components; JSP Application Design with MVC; Setting Up the JSP Environment; Installing the Java Software Development Kit; Installing the Tomcat Server; Windows Platforms; Unix Platforms (Including Linux and Mac OS X); Testing Tomcat; Installing the Book Examples; Example Web Application Overview; Part II; Generating Dynamic Content; Creating a JSP Page; Installing a JSP Page; Running a JSP Page; Using JSP Directive Elements; JSP Comments
  • Using Template TextUsing JSP Action Elements; JSP Standard Tag Library; The JSP Expression Language; Using JavaBeans Components in JSP Pages; What Is a Bean?; Declaring a Bean in a JSP Page; Reading Bean Properties; Using the Action; Using the JSP Expression Language; Including Images with JSP; Setting Bean Properties; Using the Action; Using the JSTL Action; Automatic Type Conversions; Using Custom Tag Libraries and the JSP Standard Tag Library; What Is a Custom Tag Library?; Installing a Custom Tag Library; Declaring a Custom Tag Library
  • Identifying a Custom Tag Library in a JSP 1.1 ContainerUsing Actions from a Tag Library; Setting Action Attribute Values; The JSP Standard Tag Library; Using Beans or Custom Actions; Processing Input and Output; Reading Request Parameter Values; Accessing Parameter Values with JSTL Actions; Accessing Other Request Data; Capturing Parameter Values Using a Bean; Validating User Input; Validating User Input Using JSTL Actions; Validating User Input Using a Bean; Formatting HTML Output; Error Handling and Debugging; Dealing with Syntax Errors; Element Syntax Errors
  • Expression Language Syntax Errors