This directory contains some very basic examples.
If you are browsing this page by visiting the "default" web site,
you can run these examples by clicking on the links below.
Otherwise, please consult
web/gettingstarted.txt
for instructions on starting up the server.
Then run the examples with the following URL in the web browser
http://localhost:8008/examples/{example-location}
definemethod.ssp
- This example shows defining a method inside a page, as well as use of a
server-side include (SSI).
dynamicform.ssp?button_Count=5
- This example shows the use of query parameters, looping, and tags within Javascript.
It should be invoked with a query parameter as shown above.
(Adapted from ASP in a Nutshell.)
subscribe.html
+ subscribeworked.html
- Requires parcel WebMailingList loaded in the image.
Load WebMailingList Parcel
- These entirely static pages from the Smalltalk Chronicles site run the
subscribe servlet. Note: the mail server and URLs are hard-coded and must be changed
to work correctly in your environment.
wwtasks.ssp
+ taskdetails.ssp
- Requires parcel WebTaskList loaded in the image.
Load WebTaskList Parcel
- This task list demo is not entirely complete, but demonstrates a reasonable
application, and has both servlets and ssp pages.