[Readings]
[CS320Wiki] (80pt)
Modify the CS320Wiki application you developed in Homework 3 so that it stores data in a database instead of in the application scope. Again, the application must use MVC architecture, and all features described in previous assignments must work; otherwise there will be a credit penalty of up to 50pt.
For this assignment, in addition to the application source code, you also need to turn in an SQL script file hw4.sql which contains the statements to create and populate all the tables in the database.