What is Spring Struts Hibernate DAO Layer?

Hi,

explain me the difference in between Spring Struts Hibernate DAO Layer?

Thanks

View Answers

April 3, 2015 at 6:02 AM

Hi,

Spring framework can be used to develop both database access layer and the web layer. In most of the places Spring is used to integrate the components in the applications.

Struts is used as MVC framework and it helps to create UI for the web applications.

Hibernate is used to write the Data access layer which interacts with the database in a web application.

Check the tutorial Understanding Spring Struts Hibernate DAO Layer.

Thanks









Related Tutorials/Questions & Answers:
Advertisements