June 2018
Intermediate to advanced
596 pages
12h 39m
English
Spring MVC can be used for creating web applications. It provides an easy framework to map incoming web requests to a handler class (Controller) and create dynamic HTML output. It is an implementation of the MVC pattern. The Controller and Models are created as POJOs, and Views can be created using JSP, JSTL, XSLT, and even JSF. However, in this chapter, we will focus on creating Views using JSP and JSTL.
A web request is handled by four layers in Spring MVC:
Read now
Unlock full access