Wednesday, 20 April 2016

Hibernate vs.Spring


Hibernate is an ORM tool for data persistency.
Spring is the framework for enterprise applications.
Spring supports hibernate and provides the different classes which are templates that contains the common code.


Hibernate provides a lot of features while dealing with the database.
It provides with ORM to perform database transaction and objects mapping with corresponding tables using configuration XML files.
Spring, on the other hand is a framework that helps you follow the MVC architecture in an effective and efficient way.
It simplifies writing back end code as well as front end stuff providing clear demarcation simultaneously.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.