Simple Spring MVC with java config – without web.xml

In previous post, we created Spring MVC application with Spring configuration located in Java classes. There was only one xml – web.xml. We will descrivbe here what do we have to do to get rid off it, and to move configuration from this xml to Java class