Java – the difference between restful WebService and httpservlet

See the English answer > servlet vs restful 1

Solution

Rest is really an architectural style when designing APIs on servers Httpservlet can be a way to implement restful web services

Rest describes the style of HTTP verbs like get / post / delete / etc Used to interact with resources on the server in a predictable manner

I suggest you read the rest Wikipedia page for a good overview

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>