The JavaTM Web Services Tutorial
Home
TOC
Index
PREV TOP NEXT
Divider

JavaServer Pages Technology

Stephanie Bodoff

JavaServer Pages (JSP) technology allows you to easily create Web content that has both static and dynamic components. JSP technology projects all the dynamic capabilities of Java Servlet technology but provides a more natural approach to creating static content. The main features of JSP technology are

JSP technology also contains an API that is used by developers of Web containers, but this API is not covered in this chapter.

In This Chapter
What Is a JSP Page?
The Example JSP Pages
The Life Cycle of a JSP Page
Translation and Compilation
Execution
Initializing and Finalizing a JSP Page
Creating Static Content
Creating Dynamic Content
Using Objects within JSP Pages
JSP Scripting Elements
Including Content in a JSP Page
Transferring Control to Another Web Component
jsp:param Element
Including an Applet
Extending the JSP Language
Further Information
Divider
Home
TOC
Index
PREV TOP NEXT
Divider

This tutorial contains information on the 1.0 version of the Java Web Services Developer Pack.

All of the material in The Java Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.