| |||||||||||||||||||||||||||||||
![]() |
This directory provides some demonstration Java scripts. These are here only to provide examples on approaching scripting using this environment ... and of course to provide some skeletal code for use in real Java scripts. Of course the demos. will only work if Java is installed on the server system!
The class that makes CGI support relatively easy is
Note that due to the way classes are specified by the WASD server Java class names invoked as main()s must be all lower case. |
For setup requirements check the Other Environments chapter in the Scripting Environment.
Note that all these scripts are executed using the CGIplus path, however some behave as standard CGI scripts, exiting after responding to the request, while the others persist, responding to multiple requests. The CGIplus path is always necessary however as all use the CGIplus variable data stream to retrieve the CGI variables.
| Directory Contents | |||
|---|---|---|---|
| Standard CGI | CGIplus | Source Code | Comment |
|
CGIplus.java
javadoc |
A generic class that allows Java scripts to be used in WASD's environment. The demonstration scripts all use this class. | ||
|
[demo 1]
[demo 2] [demo 3] |
dumpCGI.java | Simple CGI script to dump the CGI name and value pairs read from the CGIplus data stream. | |
| [demo] | [demo] | hi1CGI.java
hi1CGIplus.java |
Simple CGI and CGIplus scripts. |
| [demo] | [demo] |
hi2CGI.java
hi2CGIplus.java |
Simple CGI and CGI plus scripts providing HTML. |
|
[GET demo]
|
[GET demo]
|
postCGI.java
postCGIplus.java |
CGI and CGIplus scripts capable of processing GET requests and POSTed URL-encoded forms. |
Name Revised Size Description
images/ 3-Jul-2003 08:42 1,536 subdirectory
build_java.com 2-May-2008 14:45 632 DCL procedure
build_javadoc.com 2-May-2008 14:45 199 DCL procedure
cgiplus.html 2-May-2008 14:45 12,151 "Class CGIplus"
cgiplus.java 2-May-2008 14:45 14,090 Java source
dumpcgi.java 2-May-2008 14:45 1,392 Java source
hi1cgi.java 2-May-2008 14:45 1,103 Java source
hi1cgiplus.java 2-May-2008 14:45 1,425 Java source
hi2cgi.java 2-May-2008 14:45 1,221 Java source
hi2cgiplus.java 2-May-2008 14:45 2,173 Java source
java.com 2-May-2008 14:45 3,126 DCL procedure
javalogo.gif 2-May-2008 14:45 1,927 GIF image
packages.html 2-May-2008 14:45 457 "Package Index"
postcgi.java 2-May-2008 14:45 1,858 Java source
postcgiplus.java 2-May-2008 14:45 2,099 Java source
readme.html 2-May-2008 14:45 4,476 "Scripting with Java README"
![]() |