This tutorial extends Getting started with Apache Tomcat application server by deploying a simple JEE Application to introduce Spring MVC.
Spring dependencies via Maven
Step 1: Modify the pom.xml file in the simpleWeb project to bring in the Spring web dependency jars.
…