bryandido / cmpe138

1 stars 0 forks source link

Look into Spring/Hibernate frameworks and create DBConnect.java if needed #5

Open bryandido opened 6 years ago

bryandido commented 6 years ago

DBConnect will be the java file that will connect with AWS server. By convention, all other classes will create an instance of DBConnect to query. Spring & Hibernate are middlewares that will help with our client programming.