JSP Samples

This is a collection of samples demonstrating the usage of different parts of the Java Server Pages (JSP) specification. Both JSP 2.0 and JSP 1.2 examples are presented below.

These examples will only work when these pages are being served by a servlet engine; of course, we recommend OC4J . They will not work if you are viewing these pages via a "file://..." URL. When there is a chance of cross site scripting attack, some demos rewrite dynamic content of HTML files to check for HTML tags, using expression language function htmlReplace or jsp segment demoUtil.jsp.

To navigate your way through the examples, the following icons will help:
 
Execute the example
Look at the source code for the example
Return to this screen

Tip: For session scoped beans to work, the cookies must be enabled. This can be done using browser options.

Tip: Internet Explorer 6.0 or netscape 4.8 might not show the xhtml basic example correctly. Please use other browsers like Mozilla 1.6.
 
JSP 2.0 Examples
Expression Language
Basic Arithmetic Execute Source
Basic Comparisons Execute Source
Implicit Objects Execute Source
Functions Execute Source

SimpleTag Handlers and JSP Fragments
Hello World Tag Execute Source
Repeat Tag Execute Source
Book Example Execute Source

Tag Files
Hello World Tag File Execute Source
Panel Tag File Execute Source
Display Products Example Execute Source

New JSP XML Syntax (.jspx)
XHTML Basic Example Execute Source
SVG (Scalable Vector Graphics) Execute Source

Other JSP 2.0 Features
<jsp:attribute> and <jsp:body> Execute Source
Shuffle Example Execute Source
Attributes With Dynamic Names Execute Source
JSP Configuration Execute Source

JSP 1.2 Examples
Numberguess  Execute Source
Date  Execute Source
Snoop Execute Source
ErrorPage  Execute Source
Carts  Execute Source
Checkbox  Execute Source
Color  Execute Source
Calendar  Execute Source
Include  Execute Source
Forward  Execute Source
Plugin  Execute Source
JSP-Servlet-JSP  Execute Source
Loop tag Execute Source
Custom tag Execute Source
XML syntax Execute Source