In this section you will learn how to download required software for our Login and Registration Application. In this tutorial we are using one of the best technologies (Struts, Hibernate and Spring). This tutorial is very good if you want to learn the process of integrating these technologies in your application and developed highly scalable and robust web application.
Download Struts:
The latest version of Struts can be downloaded from
http://struts.apache.org/download.cgi.
We are using Struts version
Download Hibernate:
The latest version of Hibernate can be downloaded from
http://www.hibernate.org/6.html.
We are using hibernate-3.1.3 for this tutorial.
Download Spring:
The latest version of Spring Framework can be downloaded from
http://www.springframework.org/download.
We are using spring-framework-1.2.8-with-dependencies for this tutorial.
Setting up Development Directory:
Development directory is very important for any project. It helps you organize all the software components to make the development process easy. In the web development process you make changes to the program and then compile, package and deploy on the application on the application server. Once the application is deployed you test the effect of your changes. This is repetitive task in the programming, so its is very important to have good directory structure that helps you reduce the time taken in compilation and deployment process. In our application we are using tomcat server. Here are the process to integrate all the components and then compile and test your development directory structure. If you don't want to waste the time in setting up the directory structure you can download the full application from our website. To download the code click here.
In this section you have setup the directory structure for your web application and tested on the tomcat server.
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: Integrate Struts, Hibernate and Spring View All Comments
Post your Comment