Closed bethgrace5 closed 9 years ago
JDBC (Java Database Connectivity) is what is used to connect from the back end to the database. There will be separate DAO (Data Access Object) classes that will use JDBC to talk to the database.
It is connecting to the sample hotel database currently.
JDBC (Java Database Connectivity) is what is used to connect from the back end to the database. There will be separate DAO (Data Access Object) classes that will use JDBC to talk to the database.