This folder contains several examples of JScheme servlets and applets.
security.servlet (src) this servlet tries to list the files
in your root directory. It will generate a error if the server was started with the src/build/secure.sh
script that uses the src/build/server.policy security policy file
date.servlet (src) The simplest servlet -- returns the local time/date
classbrowser.scm (src) Scheme code for a applet-based class browser. You access the applet
by changing the suffix from ".scm" to ".scmapp", e.g. classbrowser.scmapp