http://www.gontu.org in this tutorial, we will learn how to create a spring mvc web application using Annotations (@Controller, @RequestMapping).
The tutorial is all about creating a controller class using spring MVC provided annotations @Controller and @RequestMapping
We will also see the meaning of context:component-scan xml tag
I recommend watching the previous two parts before this tutorial to understand the complete concept of developing a Spring MVC Web Application with and without Annotations.