Homework 3
CS320, Spring 2011
Due: Tuesday, May 3
Please upload your files to CSNS.
The files should include all the source code, documentation (optional),
and an
HTML
file hw3.html
which
contains a link to your application deployed on the CS3 server. Note that file
uploading will be disabled automatically after 11:59PM
of the due date, so please turn in your work on time. No late submissions will be accepted for this assignment.
[Readings]
- Textbook - Chapter 10-16.
- J2EE
1.4 Tutorial - Chapter 12 up to
"Using Custom Tags", and the sections
about JSTL Core and Functions in Chapter 14.
- JSTL
1.1 Tag References - Again, only
Core and Functions.
[CS320Answers] (60pt)
Convert the CS320Answers application you developed in Homework
2
to use the MVC architecture discussed in class. Note that no scripting elements are allowd in JSP pages.
You do not need to implement any new features for this assignment, but all features described in Homework 1
and Homework
2 must work; otherwise there will be a credit penalty of up to 40pt.
Good interface design will receive up to 15pt of extra credit, and
particularly bad UI design will receive up to 15pt credit penalty.