From the course: Spring: Spring MVC

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What are view resolvers?

What are view resolvers?

From the course: Spring: Spring MVC

Start my 1-month free trial

What are view resolvers?

- [Instructor] Now let's talk about view resolvers in Spring MVC framework. We have spoken about this topic over and over in all our previous videos, but let's have a quick recap. Now, when you talk about view resolvers, they are basically to resolve views, we all know that. And resolving views, rendering content, displaying data, all of this is an integral part of any web MVC framework. It's not just Spring MVC that is supposed to be doing this, it's true for any other web MVC framework that we have around in the market today. Now when it comes to Spring, Spring provides a lot of flexibility with view technologies. If you've seen we have been working with HPlus application using JavaServer Pages, JSPs, but Spring has already integrated itself very well with other view technologies as well. You can have those templating languages like Velocity, Thymeleaf, FreeMarker, et cetera, and Spring works very well with them. Now,…

Contents