SWE 432: Design and Implementation of Software for the Web
In-class exercise — Fall 2014
This course is part of the ACS Software Engineering
and the minor in Software Engineering programs.
Syllabus Schedule
  

SWE 432 In-class exercise 8
Servlets


Purpose: Hands-on experience with java servlet (and get ready to start working on Assignment 8)

For this exercise, you will implement a servlet to display the user's data entry by performing the following tasks

You may format the interface or add form elements as you wish as long as you follow the usability guidelines from class.

Please feel free to refer to Basic Servlet. You might also find Sebesta book useful.

You should consider:

Put your name and "SWE 432 - In-class exercise 8" on the screen. If you work with a partner, put both names on the screen. Please follow the servlet deployment instruction to deploy your servlet. Submit your in-class exercise by placing a link to it on Piazza.

Note: Always check if you refer to an appropriate url. During class, our example did not work because we tested it locally but we specified the servlet url as http://apps-swe432.vse.gmu.edu:8080/swe432/servlet/uprapham.displayform

Although this in-class exercise does not have an explicit deadline; the sooner you complete this exercise, the better you know what you need when writing and deploying java servlets. Experience from this in-class exercise would be helpful when you work on Assignment 8.