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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Brossard, Quebec, Canada] :
[Brainy Software Corp.],
2012.
|
Edición: | 1st ed. |
Colección: | Tutorial.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- 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.