Apache Tomcat is an open source web application which is used to deploy JAVA servlets and JSPs. This article helps you to install Tomcat 7 on ubuntu 14.04
A tutorial on how to create a web application using basic Spring MVC from spring-framework 3.0.5. We will design our web-based application based on the standard Spring MVC where request to the web-app will be routed to a Controller module, then to it's jsp View with data from our business Model