Request Tutorials
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

JSP Page Creation
Request
Topics
Tag Libraries

URL components
JSP environment
Form parameters
Multipart Forms
Headers
runtime error messages
Tutorials
URL components

URLs

The request object breaks down the request URL into components. Servlets and JSP pages can use those components to vary the response while using the same servlet or JSP page.

JSP Environment

A basic JSP file which displays the values of the JSP environment.

Forms

Using forms to get information from the user

Multipart Forms and File Uploading

Multipart forms let browsers upload files to the website. They also have better handling for internationalization.

Headers

Each browser request sends headers along with the URL. Sophisticated servlets can use browser headers to tailor the returned page to the browser.


runtime error messages
Tutorials
URL components
Copyright © 1998-2005 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark, and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc.