JavaEE: Servlets
Introducción
Clase Java que se ejecuta dentro del Web Container
Servlet API
HttpServlet
doGet()
doPost()
HttpServletRequest
getParameter()
getParameterValues()
getParameterNames()
getAttribute
setAttribute
HttpServletResponse
getWriter()
getOutputStream()
HttpSession
getAttribute
setAttribute
Jerarquía de clases
Diagrama Servlet API
Ciclo de vida
init
service
doGet
doPost
destroy
Diagrama de ciclo de vida
Session Tracking
Formas
Cookies
URL Rewriting
Hidden Fields
HttpSession
setAttribute()
getAttribute()
removeAttribute()
invalidate()
Session timeout
Configuración en el web.xml
Scopes
request
session
application
Acerca de
Topic
Topic
JavaEE: Servlets
Added: 2010-06-17 19:39:45
From: (Joined 2009-12-01 22:08:05)
49 views |0 downloads
JavaEE: Servlets