| [eclipse-incubator-e4-dev] RE: Re: [resources] REST(RepresentationalStateTransfer) |
http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
Thanks again, Gunnar.
So, from your experience... does it make sense to
work on API being more RESTful or not?
If clients are used to using WorkspaceModifyOperation,Not if you hide the REST implementation behind a higher level implementation. A client doesn't have to know how it's being implemented, just the fact that they can call the specific class and get their information back.
then porting such clients into a different environment
where remote services are in the game may be difficult.