top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Spring: Can someone please explain Spring MVC framework?

+1 vote
251 views
Spring: Can someone please explain Spring MVC framework?
posted Feb 9, 2015 by Kali Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The Spring web MVC framework provides model-view-controller architecture and ready components that can be used to develop flexible and loosely coupled web applications. The MVC pattern results in separating the different aspects of the application (input logic, business logic, and UI logic), while providing a loose coupling between these elements.

answer Feb 9, 2015 by Amit Kumar Pandey
...