SE452: Homework [12/12] ![]() ![]() |
Goal: To write a command line application that creates a database to store persistent data.
Before submitting your code, practice building the entire environment from scratch to ensure that your database building code is correct and that your configurations are set correctly.
Do not write code that has any paths/drivers/urls hardcoded in it. Do not open any text files in your code for data (I know this isn't what we would do in the real world, but it is easier to test and grade). Everything should be configurable via the supplied xml files (config.xml and web.xml)
Grading Breakdown:
Item | Points |
---|---|
Program to build database | 20 |
Proper Submission | 10 |
Total: | 30 |