... wenn die nu' mal keine Informatik studiert hat. Tja, manchmal sind die eigenen Gedanken doch recht fern von dem, was normale Menschen so umtreibt. XML, XSLT, CSS, XMLRPC, XMLHttpRequest und so'n Zeuchs. Das schränkt die Kommunikation manchmal ganz schön ein ...
Zumindest für einen kleinen Teil der Kommunikationsprobleme habe ich jetzt einen schöne Abhilfe gefunden: How I explained REST to my wife... von Ryan Tomayko. Die Headline ist nicht mal ironisch zu sehen. Tatsächlich würde meine Liebste wohl das Eine oder Andere verstehen, was Ryan Tomayko hier schreibt. Zudem ist es wirklich eine der griffigsten Definitionen von REST-Style-Schnittstellen und deren Vorzügen, die ich bislang gefunden habe. Und Webservices werden nebenbei einfach auch gleich mit-erklärt. Auszug:
[...] Each of the systems would get information from each other using a simple HTTP GET. If one system needs to add something to another system, it would use an HTTP POST. If a system wants to update something in another system, it uses an HTTP PUT. The only thing left to figure out is what the data should look like.
Wife: So this is what you and all the computer people are working on now? Deciding what the data should look like?
Ryan: Sadly, no. Instead, the large majority are busy writing layers of complex specifications for doing this stuff in a different way that isn't nearly as useful or eloquent. Nouns aren't universal and verbs aren't polymorphic. We're throwing out decades of real field usage and proven technique and starting over with something that looks a lot like other systems that have failed in the past. [...]
Lesen! Ist gut geschrieben und an der einen oder anderen Stellen vielleicht sogar für Experten "erleuchtend".
Recent Comments