REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. http://rest.elkstein.org/
What this really means is that my machine graps the Json and eats it from Http. If the thing is Bson, it grabs the Bson and eats it. My machine spend all of 14 lines of code on the header, after that the Bson and Json are self directed.
So, no RPC calls in my code, that makes me restful. One more marketing gimmick on my way to gazzillions.
Meanwhile I am marketing Sqlson like mad. The customers are screaming for the solution to mix sql and json. The NoSql industry will need years to re-invent the sql machine in their own image. They screwed themselves.
No comments:
Post a Comment