This tutorial helps you to quickly create and run a spring-mvc hello world application. Spring version used for this example is 3.2.3-RELEASE.
Prerequisites
Prerequisites
- JDK 1.6+
- Eclipse Juno+
- Spring IDE 3.4+ for eclipse
- Maven 3
- Maven Integration plugin for eclipse
- Tomcat 7+
Initial Steps
Right click and create New --> Spring project. In the next dialog, fill in the project name as "spring-mvc-spring-sample" and select "Spring MVC Project". Please specify package name "com.ananth.spring" and click Finish.
Run your application
Right click on your eclipse project --> Run As --> Run on server --> Finish.
The source can be download from github. Next chapter Spring MVC with Spring security & Hibernate.
No comments:
Post a Comment