Computer Science 4010
Advanced Web Development with Java


The Text:  murach's
                  Java Servlets and JSP (3nd Edition)
 
Publisher: MURACH


Off Campus:

  1. The Off-Campus Development Environment:
     
  2. Setting Up Your PC/Mac - The Text Appendix A and B
     
  3. NetBeans
     
  4. How to Use NetBeans and Tomcat (The Text Chapter 3)
     

UMSL Related Technology:

  1. 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.

     
  2. There is also a Cisco AnyConnect VPN App available on the iPhone and other mobile devices
     

Resources:

  1. Tools
     
  2. Documents - Links, pdfs, etc.
     
  3. Tutor -Sharmila Thippabhotia
          Computer Lab. 3rd Floor ESH.
          4:30 -5:30 Tuesday and Wednesday.
     

Assignments:

  1. 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.

     

  2. 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.

     

  3. 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.