CSIS 626 Project: Current Status
- 10/11/2004:
- Have set up the SQL database on Linux machine (Debian OS)
- Database is populated with the given data
- Have verified ability to connect to the mysql server using the TestDB program
- Changed port to 8000 in my.cnf file due to firewall at work preventing use of default port 3306
- Modify database.properties file to jdbc.url=jdbc:mysql://www.pelennor.net:8000/test and put in the username and password.
- 10/13/2004:
- Completed Login Page and retrieval of Student Personal Info. See Rev 1.0
- 10/16/2004:
- Integrate use of RMI. See Rev 2.0
- MySQL database port has been changed back to 3036.
- 10/17/2004:
- Code works as based on requirements given by professor. See Rev 3.0
- Ran javadoc utility for the code documentation
- 12/02/2004:
- Code works as based on requirements for Phase 2 of the programming assignment. See Rev 4.0
- There is a mistake in the Requirements.txt file. CSIS 626T appears twice. The second CSIS 626T should be CSIS 636 instead. The file has been corrected.
- There is a mistake in the Prerequisites.txt file. CSIS 626T's prerequisite was CSIS 541. It has been corrected to CSIS 541T.
- Added display of prerequisites to Degree Evaluation