Chargement en cours…

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...

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Kurniawan, Budi
Format: Électronique eBook
Langue:Inglés
Publié: [Brossard, Quebec, Canada] : [Brainy Software Corp.], 2012.
Édition:1st ed.
Collection:Tutorial.
Sujets:
Accès en ligne:Texto completo
Table des matières:
  • 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.