Spring MVC part II : @RequestMapping internals
This post follows upon the Spring MVC part I : Request Handling topic. In this post we discuss in details how Spring handles the @RequestMapping annotation set on handler methods.
This post follows upon the Spring MVC part I : Request Handling topic. In this post we discuss in details how Spring handles the @RequestMapping annotation set on handler methods.
Recently I changed my view technology from JSF to Spring MVC. I used the latest release (3.1.RELEASE) of the framework and there are some significant changes compared to the older 2.5.x versions