简体   繁体   中英

what is the main difference between Spring and Rest services

I am new to J2EE. I found that Spring MVC could also perform the same tasks as REST. What is the main difference.

Spring是一个框架(Struts,Spring等),其余是消息体系结构

Spring MVC是一个框架,允许您创建RESTful网站和应用程序,而表示状态传输(REST)是一种软件体系结构样式,包括用于创建可伸缩Web服务的准则和最佳实践。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM