Computer Science 4010
Advanced Web Development with Java
The Text: murach's
Java
Servlets and JSP (3nd Edition)
Publisher: MURACH
Off Campus:
- The Off-Campus Development Environment:
- Setting Up Your PC/Mac - The Text Appendix A and B
-
NetBeans
-
How to Use NetBeans and Tomcat (The Text
Chapter 3)
UMSL Related Technology:
-
For security reasons, accessing hoare.cs.umsl.edu from off campus requires first establishing a
Virtual Private Network connection to the campus network. The necessary software, instructions, etc.
can be found at Triton
VPN .
The VPN client installer.
-
There is also a Cisco AnyConnect VPN App available on the iPhone and other
mobile devices
Resources:
-
Tools
-
Documents - Links, pdfs, etc.
-
Tutor -Sharmila Thippabhotia
Computer Lab. 3rd Floor ESH.
4:30 -5:30 Tuesday and Wednesday.
Assignments:
-
Assignment 1 - Due Date January 31 at Noon (5 pts.) - Details can be found at
Assignment1:
The goal is be able to install and run a webapp from your tomcat directory.
- Assignment 2 - Due Date Feb. 16 at Noon (15 pts.)
The present version of the Chat Application on WWW allows multiple Clients
to simultaneously attach to the Server and have the Server echo comments back to the Client. that made them.
Modify the code so as to have the Server broadcast comments to all the attached Clients.
- Assignment 3 - Due Date April 13 at Noon (15 pts.)
The present version of sessionServlet.java in The J Store A Browser Client provided limited functionality
after starting a session.
Modify the code and associated JSPs as described in the Assignment 3 description Page.