web services - REST vs Session-Based-Applications -


i got question regarding rest vs other web services, can't figure out start. know rest ist , how services implemented should work, have basic understanding of soap , rpcs, can't tell meant question differs rest session-based-applications.

i know rest stateless, how can answer question correctly? hints or sources read through?

what differs rest session-based apps?

rest different fron session-based applications because stateless , session-based not.

keeping "session" nothing more server keeping state of user.

rest doesn't that, uses hypermedia guide state of app. that's hateoas acronym comes (hypermedia as the engine of application state).

basically, hateoas means service should guide clients same way regular website guides users: means of hyperlinks (and media types). roy fielding expands on in blog.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -