Due: Friday, April 22
Please upload your files to CSNS. The files should include all the source code, documentation (optional), and an HTML file hw2.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.
[Readings]
[Calendar] For this assignment, you are going to implement an online calendar using servlet and JSP. In particular,
|
||||||||||||||||||||||||||||||||||||||||||
|
2. (20pt) If a user clicks on a different month, the application will display the calendar of the selected month.
3. (10pt) If a user clicks on a date, the application displays a message "mm/dd/yyyy is selected", where yyyy, mm, and dd are the year, month, and date of the selected date.