Integrating JSF Spring and Hibernate

Integrating JSF, Spring and Hibernate This article explains integrating JSF (MyFaces), Spring and Hibernate to build real world User Login and Registration Application using MySQL as database.

Integrating JSF Spring and Hibernate

Integrating JSF Spring and Hibernate

       

 

Integrating JSF, Spring and Hibernate This article explains integrating JSF (MyFaces), Spring and Hibernate to build real world User Login and Registration Application using MySQL as database. This application lets the new user create an account and existing user access the application by user name and password. These three frameworks can be used for different purposes according to the usefulness and power of individual frameworks.

  • J SF can be used to implement presentation layer because it fits into the MVC design pattern.
  • Spring Framework can be used in the business logic tier to manage business objects, resource management.
  • Hibernate can be powerful inside the integration tier. Spring integrates Hibernate very well.

Read more information at:

http://www.javajazzup.com/issue7/page51.shtml