Jsp-PIM The Jsp based Personal Information Manager | ||
Stuff JavaDoc Developer Docs Download |
Goal: This project will be a fully integrated modular and open personal information manager written in java, jsp and html. News: Overview: Each event can have a start and stop date from the year down to the minute. Events can also be repeated by year, month, or week. A repeat event can either be repeated by date or day of week. If it is repeated by date the specific day of the month is used to determine where it is displayed for each month. If it is repeated by day of week the calendar uses the date and what day of the week in that particular month to determine where it repeats. For example, if you would have a date of September 1, 2001 and repeat it by day of week, the calendar would take that as the first Saturday of every month. Each event has java script error checking.
Java script is something we would like to move away from and have
the error checking within the java and JSP code.
There are some verification methods in
HtmlCalendar.verifyUserEvent and HtmlCalendar.verifyMasterEvent that can
be used once the java script is taken out. This program also includes a login to check for a userid. This allows different users logging in and seeing their own personal calendars. Currently, there is no specific user login for the master calendar. Todo:
|