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 9
JSP


Purpose: Hands-on experience with JSPs (and get ready to start working on Assignment 9)

For this exercise, you will implement a JSP to display a blank form for the user to enter his/her information. The JSP will replace displayform.html. The form then submits the user's data entry to a displayform servlet (from in-class exercise 8).

In your JSP, you should

Deploy your JSP locally and on app-swe432 server.

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

You should consider:

Optional:

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