Download the PPT and Example code from http://java9s.com/spring-3-mvc/spring...
This video tutorial explains about the the Spring 3 MVC Framework configuration and it explains about the Spring 3 MVC Annotations that can be used to configure the controllers. I have also explained about the important objects that are used in the Spring 3 MVC Framework. This video explains about the following
@Controller
@RequestMapping
@PathVariable
@RequestParam
@RequestHeader
@CookieValue
Model
ModelAndView
@ModelAttribute