We include here a few examples of servlet and applet demos:
- ssi.servlet An example of a server-side include
- ssi.html An example of a server-side include in an html file
- classbrowser.servlet A servlet using reflection to get information about Java classes
- classbrowser.scm An applet version of the classbrowser (use .scmapp suffix to run as an applet)
- JSchemeEvaluator.scm A JScheme evaluator applet (use .scmmapp suffix to run as an applet)
We will have more demos available here in the near future. You can also check out the Interval Arithmetic applications as they provide some additional applet examples.