bethgrace5 / sequoia-grove

Angular JS / Java Spring Web Application to Assist Employee Scheduling
http://bethgrace5.github.io/sequoia-grove/
4 stars 3 forks source link

Integrate JDBC with Spring, and set up Java DAO classes #8

Closed bethgrace5 closed 9 years ago

bethgrace5 commented 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.

bethgrace5 commented 9 years ago

It is connecting to the sample hotel database currently.