Homework 7
CS520, Spring 2011


Due: Tuesday, June 7

Package all the source files of your project into a zip file using the zip Ant target you developed in Homework 1, and upload the zip file to CSNS. Note that file uploading will be disabled automatically after 11:59PM of the due date, so please turn in your work on time.

[Calendar for CSNS]

Continue to work on CSNS Calendar and implement the following functionality.

1. Security (30pt)

Use the tools provided by Spring Security, i.e. URL security, access decision voters, security tag library and so on, to implement access control for events. In particular:

Describe all the security measures you have implemented in a text file hw7.txt and submit it together with the project zip file.

2. Extra Credit (up to +40pt)

Good user interface design will receive up to 40pt extra credit.

[About Submission and Grading]

Before submitting your work, commit all the changes to your Subversion repository and create a tag.

If you use any libraries that are not in the original CSNS and are not included in your csns.zip, please upload the library jar files together with csns.zip when you submit your work.

To test your project, we will use the following SQL scripts in your csns.zip to create, populate, and then clear the database:

Please make sure that these scripts are up to date and can be run in their entirety without generating any errors.