JavaServer Pages Technology

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:

Topics covered in this tutorial are listed below:

Example JSP Page
The Life Cycle of a JSP Page
Creating Static Content
JSP Scripting Elements
Using Objects Within JSP Pages
Including Content in a JSP Page
Transferring Control to Another Web Component
Extending the JSP Language


From the J2EE Tutorial section on JavaServer Pages Technology by Stephanie Bodoff.

Maintained by John Loomis, last updated 31 March 2001