How a simple "Hello World" can be displayed using Spring 3.2 MVC?

Hi,

How a simple "Hello World" can be displayed using Spring 3.2 MVC?

Thanks,

View Answers

March 29, 2013 at 4:20 PM

Hi,

I found very useful reference site for Spring 3.2 MVC Hello World with Example. May this will help you.

The Spring 3.2 is a open source application of framework based on Java Platform. For creating a small program of Hello World using spring 3.2 MVC we need to configuration of spring MVC that as given below:

commons-logging-1.1.1.jar

jstl-1.2.jar

spring-beans-3.2.0.RELEASE.jar

spring-context-3.2.0.RELEASE.jar

spring-core-3.2.0.RELEASE.jar

spring-expression-3.2.0.RELEASE.jar

spring-web-3.2.0.RELEASE.jar

spring-webmvc-3.2.0.RELEASE.jar etc.









Related Tutorials/Questions & Answers:
Advertisements