Java – the difference between restful WebService and httpservlet
•
Java
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
二维码