Why Hibernate?
- is the most prevalent ORM for Java.
- is integrated with modern classical js frameworks like Breeze/Angular
Vertical Scaling Pattern
- Create Maven project to get transitive dependencies on hibernate and mysql and test to see the project is clean
- Add the config file for hibernate
- Create the Utill Class to read the config file
- Test you can open and close the session to the data base
- Create a POJO for entity
- Create mapping file for POJO to the database columns
- Test adding a Row in the database and updating a row