Downloading
wap.tar.gz is a gzipped tar archive
of the papers, java docs, and classes described in the articles.
Its a 232kb download. I think winzip can unpack this but if not
you're on your own; I don't do windoze.
Installation instructions
To unpack the file, cd to the desired directory and type
tar zxvf path/wap.tar.gz
where path is the path to where you put the wap.tar.gz file
you just downloaded. This will create
a new directory, wap
, with these contents:
- bin
- contains a shell script, mls, for launching the preprocessor.
You will need to adjust the first three lines.
- dox
- java docs for the web application class library, com.sdi.wap.
- html
- html text for the articles and supporting pages.
- lib
- the wap.jar and mls.jar files with the source (.java) and
binary (.class) for the mls preprocessor and web application classes.
- pix
- graphics for this web site
- sql
- SQL for defining the MySQL dbms
- *.html
- html frames for this website.
- states, states.java
- MLS input and generated output for the demo website.
The End