Summary

At the start of this chapter, you learned about the duties of the Dispatcher servlet and how it maps requests using the @RequestMapping annotation. Next you saw what the web application context is and how to configure a web application context for our web application. After that, you had a brief introduction tot view resolvers and how InternalResourceViewResolver resolves the view file for a given logical view name.

You also learned the concept of MVC and saw the overall request flow of a Spring MVC application. Then you learned about the web application architecture. In the web application architecture section, you saw how to create and organize code under the various layers of a Spring MVC application such as the Domain layer, the Persistence ...

Get Spring MVC Beginner’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.