Hello, I am new to Hibernate and would like to validate if it's right for my requirements: need to build a server which exposes web APIs (HTTP/REST) allowing operations with a database. the server operations specifically: 1. read\write\update\delete operations on DB tables (~5 tables.) 2. business logic which requires read access to the DB tables
I thought about Tomcat as a Servlet Container for hosting the server, and Derby as a database. So the question is if Hibernate would fill the role of working the database.
Any information would be great.
Thanks!
|