0
votes
Isn’t resource-oriented really object-oriented?
Objects bundle state and function together. Resource-orientation is about explicitly modeling state(data), limiting function to predefined verbs with universal semantics (In the case of HTTP, GET/P …
