JSP Basic Samples |
|
Hello User
The most basic dynamic JSP page. The user submits her
name which is reprinted at the top of the form |
|
|
Synopsis |
|
|
Try it |
|
|
Source |
|
|
|
|
Info
The Info JSP provides information about your OJSP environment. |
|
|
Synopsis |
|
|
Try it |
|
|
Source |
|
|
|
|
Lottery
A JSP that uses a bean to generate lottery numbers for
vistors of this site. |
|
|
Synopsis |
|
|
Try it |
|
|
Source |
|
|
|
|
JSP Store
This sample keeps track of and displays your JSP wearables
order. It illustrates a simple JSP application using a globals.jsa,
the session object to retain state, and JML data objects. |
|
|
Synopsis |
|
|
Try it |
|
|
Source |