First spring MVC web application
In this page,
I have given first spring MVC web application step by step.
In this spring MVC web application we will get
the output message on the web browser along with input field as shown in the
bellow.
Steps to create spring MVC web application:
Note: load the jar files in lib folder also
1. Load the required jar file.
2. Create the request page to give input.
3. Create the Controller class.
4. Create the web.xml file.
5. Create the spring configuration xml
file.
6. Run the project.