Loading…

Servlet and JSP : a tutorial /

Servlet and JavaServer Pages (JSP) are the underlying technologies for developing web applications in Java. They are essential for any programmer to master in order to effectively use frameworks such as JavaServer Faces, Struts 2, or Spring MVC. Covering Servlet 3.0 and JSP 2.2, this book explains t...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Kurniawan, Budi
Format: Electronic eBook
Language:Inglés
Published: [Brossard, Quebec, Canada] : [Brainy Software Corp.], 2012.
Edition:1st ed.
Series:Tutorial.
Subjects:
Online Access:Texto completo
Table of Contents:
  • Cover Page; Title Page; Copyright Page; Table of Contents; Introduction; Servlet/JSP Application Architecture; The Hypertext Transfer Protocol (HTTP); About This Book; Downloading the Sample Applications; Choosing a Framework; Chapter 1: Servlets; Servlet API Overview; Servlet; Writing A Basic Servlet Application; ServletRequest; ServletResponse; ServletConfig; ServletContext; GenericServlet; HTTP Servlets; Working with HTML Forms; Using the Deployment Descriptor; Summary; Chapter 2: Session Management; URL Rewriting; Hidden Fields; Cookies; HttpSession Objects; Summary.