Please upload your files using the online turnin server.
The files should include all the source code, documentation, and an
HTML
file hw1.html, which
contains a link to your servlet on the CS server. Note that file
uploading will be disabled automatically after 11:59PM
of the due date, so please turn in your work on time.
[Reading]
(40pt) when the servlet is invoked without any parameters, it
displays a calendar of the current month, with the current date
highlighted, as shown above.
(20pt) a user may click on a different month, in which case, the
servlet displays the calendar of the selected month, in the same format
as shown above.
(20pt) a user may click on a date, in which case, the the servlet
displays a message "mm/dd/yyyy is selected", where yyyy,
mm, and dd are the year, month, and date of the
selected date.