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 is...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
©2001.
|
Edición: | 1st ed. |
Colección: | Java series (O'Reilly & Associates)
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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