Introduction to MVC Framework in Spring

spring-featured-image

MVC stands for Model-View-Controller and Spring supports it. The great thing about the MVC pattern is that it separates different aspects of the application like inputs, business logic and user interface.  This pattern is so widely used that it even has a song about it. The three components in the MVC pattern are Model, View, Controller,…

Continue reading