RESTing on HTTP
REST is a concept to exchange data. With the ascent of javascript
frontends like angular.js, REST becomes important even for sites that do
not provide data for external services.
REST is not only about nice URLs, but also about correctly using HTTP.
We will look at representation and stateless applications. This talk is
an introduction for people new to REST and those who want a refresher of
the fundamentals.RESTing on HTTP Wenn man von REST redet, meint man Datenaustausch. Mit dem Aufstieg von Javascritpt Frontens wie angular.js wird REST immer wichtiger, um Daten als Service bereit zu stellen. Aber bei REST geht es nicht nur um schöne URLs, sondern um das korrekte Anwenden von HTTP. Im Vortrag schauen wir uns sogenannte "Statelessness Applications" an. Damit richtet er sich an REST-Anfänger und Personen, die hier ihr Wissen einfach nur auffrischen wollen. REST ist an keine Programmiersprache gebunden, jedoch werde ich für Code-Beispiele PHP verwenden.