Monday, June 24, 2013

Hibernate Vs Spring

Hi,
Either your are a professional or a novice I am sure you have already been stroke the first time by these terms Hibernate, Spring and then ask yourself what is even the difference between them.
  • Hibernate = a persistance framework.
  • Spring = a web application framework 
In simple language , Hibernate a is just an ORM a tool that provides some easiness to deal with database or to abstract it.
Spring can be compared with  JSF or STRUTS.
Spring is an enterprise web application framework that make use of hibernate to persist data.
Spring itself does not have persistence features it borrows them from hibernate.
Spring allows programmer to follow MVC architecture.

   I hope you have certainly got the idea.

No comments:

Post a Comment