Group G's scheduler app
Members:
Charley Ruggiero chazman@udel.edu,
Adam Christian reaper@udel.edu,
Peter Park ppark@udel.edu,
Eric Andersen eandersn@udel.edu,
James Meek jlmeek@udel.edu
Initial tasks
charlie #1
eric #3
peter #? delete your times
adam ??
jim 1)page to accept calendar string such as the following, return the calendar view
M:1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,0;T:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;W:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;T:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;F:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
2) simple query to return all usernames, passwords, email addresses and ID
from 'calendar' database
3) working directory http://porsche.cis.udel.edu:8123/a10b/
4) sql.txt -- how to load data into the database
5) onesched.txt one line of data to load
be sure to modify the global properties before running 'ant build'
after you build the first time, just 'ant makewar' since we only need to create the
classes if you're using them -- and we're not yet.