Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 599 Bytes

File metadata and controls

6 lines (6 loc) · 599 Bytes

Questions

Which database framework and ORM shall we use?
Aasheesh Choudhary I also vote for hibernate and mysql..we can opt for mongodb too..it's fast..let's c d vote count..
Admin I also prefer MySQL and Hibernate. While we are developing we need to take into account that we might have different platform later on so we need to provide flexible code.
Pradeep Simha While developing we should make sure that it should be easy to change ORM layer/database later.. API based approach maybe good here, I feel.. -Matruprasad_ prefer Hibernate and MySQL.