Material from presentation for UW CS 454, 11/22/2005.
-
The slides.
-
The DHTML example is here.
View source to see the content.
-
The Applet example is here.
This example requires the Ceasar.jar file to function, and requires that
you have a JVM installed and that your browser security settings allow
its use. This example was stolen from
http://lar5.com/cube/.
-
The main page for the Ajax example is here. This page
must be run from an actual web server (specifically ASP.NET on Microsoft IIS).
I got the Ajax example from from
http://www.15seconds.com/Issue/050526.htm,
which describes implementing an AJAX-style web page using
ASP.NET 1.1. I was unable to get the AJAX data request to work with
ASP.NET 2.0, but then I'm not an expert on ASP.NET.
Here's
another tutorial article that builds an AJAX page based on tomcat instead (you have
to register with IBM's developer network to actually see the content).