WebApp Development Pt. 1
Home Schedule Prime Directives Engineering Log Coding Standards Software Submission Checklist Dr. Hacker

 

Lecture Materials
WebApp Development Pt. 1 slides (PDF)
Reading Assignment:
Tomcat 4.0 Documentation (also in tomcat distribution)
Java Examples in a Nutshell, Chapter 18, Servlets and JSP)
Ant Documentation (war target, etc.) (also in Ant distribution)
Programming Assignment
Install Tomcat.
Download a stackmvc distribution at: stackmvc-1.0227.zip.  Please do not check out stackmvc from CVS (yet).
Install stackmvc as a web application.
Modify the web application so the top of the stack is printed out. (Note: the stack application has been updated with a "top" operation. You can take a look at the latest distribution by downloading stack-2.0225.zip, though this is not needed to run stackmvc.)
Bring a screen shot of your modified application to class on Wednesday.