This tutorial is for creating a hello world applciation.
Technologies Used:
Technologies used in this article :
Spring 3.0.5 Maven 3.0.3 Eclipse 3.6 JDK 1.6
Steps to be followed:
Step 1: Generate maven structure using maven:
mvn archetype:generate -DgroupId=com.sample.common -DartifactId=SpringMVC -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Step 2: Convert it into eclipse project, this is for importing into eclispe
mvn eclipse:eclipse
Step 3: Add spring dependency
Please refer the POM in the tutorials
Step 4: Run
Step 5 : verify the output :)