Package com.a06.model

Class Summary
Controller Returns the times that ALL users are available, based on the times that each individual user is available.
Parser Converts HTML form data (9:00-11:30,3:30-5:00) to the proper format to populate the calendar (M:1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1).
StoreData Stores pre-formatted user schedules in order to support persistence.
WebInterface Early version of View component; uses JSP with JSTL to run two nested loops for display.
WebView Final version of View component; accepts HTML form data, communicates with Parser and Controller, and stores summarized calendar data in persistant variable.