Introduction Most of the web applications are implemented by Model-View-Controller(MVC) pattern. There are plenty of good frameworks use the MVC paradigm. Obviously, MVC becomes defacto standard for a web application because of it’s maintainability and clear separation of presentation layer and the business layer. Spring is one among the group, a lightweight container used in …