I wonder what RESTful means.

Asked 2 years ago, Updated 2 years ago, 91 views

I've seen what you call the Restful Java Application. I've seen the word "restful" several times before. But I don't know the exact meaning. I usually create a web server by matching one url with one servlet class. I don't think that's the way it is, but I don't know Thank you.

restful

2022-09-22 20:34

1 Answers

REST stands for Representative State Transfer.

It is called "RESTful" when the HTTP protocol is designed exactly to suit the purpose. If you read the two comments below, you can understand the REST API to some extent.

[1] http://meetup.toast.com/posts/92

[2] http://spoqa.github.io/2012/02/27/rest-introduction.html


2022-09-22 20:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.