Jun3
Spring MVC Tutorial Part 1
I start from the very beginning of building a Spring MVC application and give step by step instructions on how to build and deploy a Spring MVC application. All code and configuration files are explained to give you an understanding of how the application functions.
This tutorial contains the following sections:
- What you need
- Building your project
- Writing the required code
- Deploying the application
- Testing the application
What you will need
1. Java 1.5 or greater SDK
- Download the latest full Java SE SDK from www.java.sun.com
- Follow the installation instructions provided with the download.
2. NetBeans 6.8
- Download NetBeans 6.8
- Follow the installation instructions provided with the download.
3. Tomcat 6 or later
- Download the latest Tomcat at http://tomcat.apache.org
- Placed the unzipped apache-tomcat-xxxx folder in the directory of you choice.
- Follow the NewBeans instructions on how to install application servers and install Tomcat.
