JavaServer pages pocket reference

JavaServer Pages (JSP) is harmonizing how web designers and programmers create dynamic web pages. The reason for this is simple: JSP capitalizes on the power of Java servlets to create effective, reusable web applications.JSP allows you to develop robust, powerful web content, and the best part...

Descripción completa

Detalles Bibliográficos
Autor principal: Bergsten, Hans (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly 2001.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627360806719
Tabla de Contenidos:
  • Contents; JavaServer Pages Pocket Reference; JSP Processing; Directive Elements; Include Directive; Page Directive; Taglib Directive; Standard Action Elements; ; ; ; ; ; ; ; ; ; Comments; Escape Characters; Scripting Elements; Scriptlets; Expressions; Declarations; Implicit Objects; application; config; exception; out; page; pageContext; request; response; session; Custom Actions; Developing Custom Actions; Custom Actions That Do Not Process Their Bodies; Tag Interface
  • TagSupport ClassCustom Actions That Process Their Bodies; BodyTag Interface; BodyTagSupport Class; BodyContent Class; Actions Creating Objects; TagExtraInfo Class; VariableInfo Class; Attribute Validation; TagData Class; Creating a Tag Library Descriptor; Packaging and Installing a Tag Library; The Web Archive (WAR) File