This tutorial explains the integration of Hibernate and Spring Frameworks into JSF (MyFaces) and building a real world web application. Integration of these three makes a solid framework for the development of web application.
This tutorial is for Java architect and developers already familiar with JEE technologies and having experience in developing applications using JSF, Spring and Hibernate frameworks.
These three can be used for different purposes according to the usefulness and power of individual frameworks. Like,
Flow of the application
a) User Registration Module :
In this module the user is asked to fill the required information like User Name, Password, Email Address and Physical Address. User is asked to reenter the password to confirm it. In this form all the fields have individual validation checks so that correct entries should be entered by the user. So for this we have taken care of some points :
This is the main page displayed to the user.

If the user fills any incorrect entry then related message is shown for that particular field, like below :

If the user is already registered with the site then a message flashes as in the figure below :

If the registration process completes successfully then the screen below appears :

b) User Login Module
In this module, the user is asked to fill its user ID and password to proceed further in the application. If the user is not registered yet then there is a link "New User?" to register such users.

If you quickly want to download and test the application, try Downloading the full code of this application section of the tutoial.
In the next section we will discuss the architecture of the application.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: About Hibernate, Spring and JSF Integration Tutorial
Post your Comment