Monday, July 2, 2012

Simple Login Web application using struts2 spring and Hibernate


In this tutorial we will create a simple web application with login system incorporated.

Tools to be used

Struts2 Framework
Spring Framework
Hibernate Framework
Apache Maven
Apache Tomcat Server 7
MySql Server
MySql workbench

step 1:-


Design the database 

step 2 :-


Develop the project structure using maven

step3 :-


Write the model classes for database layer and write unit tests for the database layer. 

step4 :- 


Write DAO classes

step5 :-


Write Bo classes

step6 :-


write the action classes 

Step 7 : 


desing the user interface.