Tag: Framework

  • Introduction to Spring Web MVC

    This document shows you how to construct a simple web MVC application using the Spring Framework. The application enables a user to enter her name in a text field, and upon clicking OK, the name is returned and displayed on a second page with a welcome greeting. The Spring Framework is a popular open source application framework that…