ajcummins / LinkUp

A social dating site focused on matching like individuals based on their various preferences and lifestyles.
6 stars 2 forks source link

do Post of CreateUserServlet & Set Database to MysqlDatabase #34

Closed ajcummins closed 11 years ago

ajcummins commented 11 years ago

-> Currently our database model is set to a fake database. I need to switch over from the FakeDatabase to the (real) MysqlDatabase, MysqlDatabase throws exceptions, and i'm having difficulty adding the throw exceptions to the Database class.

-> Make sure the doPost is correct I currently have no syntax errors in the code, but I need to meet with Hovemeyer again to check if this code is correct / how the http request / response is supposed to work, i'm still not clear on that.

ajcummins commented 11 years ago

Removing of the "throws exception" from the MysqlDatabase constructor allowed the database to be assigned with correct syntax, the throws exception was not needed on the constructor specifically.

ajcummins commented 11 years ago

Met with Hovemeyer to work on this, MysqlDatabase is live and doPost is working...