Category Archives: rest

Axioms of Versioning 2

I’ve written a new version of ‘Axioms of Versioning‘. I extended the formalization to get a grasp of the concept of ‘Semantic Backward Compatibility in HL7v3, which I believe is flawed (quote: “Objective of backward model compatibility is that a … Continue reading

Posted in Blogroll, hl7, rest, version | 3 Comments

SOAP over REST

Suppose I want to order 100,000 pieces of your newest, ultra-sleek geek gadgets. We negotiate the price etc., and you send me a proposed contract. I agree, and return the contract. Blessed with a healthy skepticism towards all new technologies, … Continue reading

Posted in rest | Comments Off

When REST advantages weigh less…

There are two interesting posts by Stefan Tilkov WS-* Advantages and Stuart Charlton What are the benefits of WS-* or proprietary services? on when to use WS-* instead of REST. Stu writes: “When you want a vendor independent MOM for … Continue reading

Posted in rest | 2 Comments

GET and POST aren’t verbs

Calling HTTP GET and POST ‘verbs’ is a gross misnomer; they really are URI metadata in disguise. REST is centered around the idea that we should use the way the web works when we do things on the Web – … Continue reading

Posted in rest, URI | 3 Comments