what is the difference between Spring and Spring MVC framework

后端 未结 7 610
后悔当初
后悔当初 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:07

    Spring framework can be visualized as an alternative to, replacement for, or even addition to the Enterprise JavaBeans (EJB) model as mentioned here. That means a framework to develop distributed, scalable, secured, transactional application.

    Spring MVC can be thought of as an replacement to Struts, Stripes, Tapestry etc, i.e. Presentation layer framework.

    Spring framework is the super set of Spring MVC.

提交回复
热议问题