what is the difference between Spring and Spring MVC framework

后端 未结 7 623
后悔当初
后悔当初 2021-01-30 01:21

I am new to Spring. Can any one let me know what is the difference between Spring and Spring MVC Framework ?

7条回答
  •  广开言路
    2021-01-30 02:09

    1- Spring in abstract word is a framework

    The Spring Framework is an open source application framework and inversion of control container for the Java platform.

    Check this links for more information:

    Spring Framework

    Framework vs. Toolkit vs. Library

    2- MVC architecture

    it is an architecture that help the developer to separate the building block of web application.

    Model View Controller or MVC as it is popularly called, is a software design pattern for developing web applications

    check this link for more information: Basic MVC Architecture

提交回复
热议问题