Spring View Resolver
Please see this tutorial for an introduction to Spring MVC. In This tutorial we look at the Controllers and View Resolvers. Controller The DispatcherServlet receives request and then passes on the request to the appropriate Controller. The base Controller interface receives HttpServletRequest and HttpServletResponse. Controllers are like struts Action. The implementation of Controller should be … Read more