JSP
Resin 3.0

Features
Installation
Configuration
Web Applications
IOC/AOP
Resources
JSP
Servlets and Filters
Portlets
Databases
Admin (JMX)
CMP
EJB
Amber
EJB 3.0
Security
XML and XSLT
XTP
JMS
Performance
Protocols
Third-party
Troubleshooting/FAQ

Introduction
JSP Compilation
Reference
Tutorials
Articles
FAQ
Resources
Resin 3.0
Introduction

JSP creates output (such as HTML) from template text and scripting actions. Template text is returned verbatim to the requesting client, and actions are used to fill in dynamic values and do things conditionallly.
Overview

JSP creates a document (such as HTML) from template text and scripting actions. Template text is returned verbatim to the requesting client, and actions are used to fill in dynamic values and do things conditionallly.

JSP Compilation

JSP compilation causes the compilation of JSP files before they are first accessed on a live server.

Reference
JSP EL

JSP EL is a simple expression language for accessing data.

JSTL standard template library for JSP

JSTL provides standard actions for functionality most often needed by page authors.

Directives

JSP Directives control the processing of an entire page.

Variables

JSP makes implicit variables available to the script.

Actions

Actions are the core of JSP. Actions range from printing a script expression, to creating and storing a Java Bean.

Applications

Applications join JSP pages, script libraries and Java beans into a self-contained web application.

Velocity-Style Syntax

The Apache Velocity project introduces an alternative syntax to the familiar JSP expressions and scriptlets.

JSP TLD Relax-NG Schema

The formal definition for the *.tld file

JSP Tutorials
JSP Page Tutorials
Simple JSP page
Parse Errors
Runtime Errors
Request Tutorials
URLs
JSP Environment
Forms
Multipart Forms and File Uploading
Headers
Topics Tutorials
Mailing Forms
Adding a Bean
Tag Tutorials
Tag Reuse
Empty Tag
Tag Attributes
Mail Tag
Tag Files
Articles
JSP Templates

JSP templates encourage the clear and flexible model-view-controller architecture.

JSP FAQ

Why I am getting extra whitespace in the output of my JSP?

I'm getting a lot of whitespace in my JSP that I don't intend to be there. Why is it appearing and how can I get rid of it?


Resources
Resin 3.0
Introduction
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.