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
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
© 2024 OneMinuteCode. All rights reserved.