SlideShare ist ein Scribd-Unternehmen logo
Hypermedia APIs
Mit Javascript und Python
Timo Stollenwerk
PyBonn - Januar 2015
Moderne Webanwendungen
Client Server Architekturen
JSON & RPC
REST
Das World Wide Web
Hypermedia / HATEOAS
Endlicher Automat
JSON LD / Hydra
{
"@id": "/folder/",
"member": [
{"@id": "/folder/document"}
],
"operation": […]
}
Richardson Maturity Model
URI
HTTP
Hypermedia 3
2
1
Django
Flask
Cornice / REST Toolkit
Morepath
Javascript
Angular JS Resources
var user = $resource('/user/:userId');
user.get()
user.query()
user.save()
user.remove()
user.delete()
Zusammenfassung
Hypermedia APIs
Mit Javascript und Python
Timo Stollenwerk
PyBonn - Januar 2015

Weitere ähnliche Inhalte

PDF
PrettyFaces: RESTful URLs für JSF
PDF
Ajax and JavaScript mit Ruby on Rails
PPTX
JavaServer Faces 2.2 (Herbstcampus 2013)
PPTX
JSF 2 Kompositkomponenten (JAX 2012)
PDF
Citrus Agile Testing Meetup (german)
PDF
Divide et impera
PPTX
Adding Rules on Existing Hypermedia APIs
PDF
Testing can be fun! Intercomputer GS
PrettyFaces: RESTful URLs für JSF
Ajax and JavaScript mit Ruby on Rails
JavaServer Faces 2.2 (Herbstcampus 2013)
JSF 2 Kompositkomponenten (JAX 2012)
Citrus Agile Testing Meetup (german)
Divide et impera
Adding Rules on Existing Hypermedia APIs
Testing can be fun! Intercomputer GS

Andere mochten auch (11)

PDF
UPC Plone Testing Talk
PPTX
Presentacion Miebach
PPTX
Testing is Fun @Confoo.ca 2012
PPTX
APIs and Linked Data: A match made in Heaven
PDF
The Future Is Written - Building next generation Plone sites with plone.app.c...
PDF
The Butler and The Snake (Europython 2015)
PDF
Plone.restapi - a bridge to the modern web
PPTX
London Tester Gathering Workshops - Mobile Software Testing - Stephen Janaway
PPT
Michael Caulfield: Developing a Connected Health Economy
PDF
Objetos de Aprendizagem e Software de Autoria
PDF
The Power of Sensors in health & healthcare
UPC Plone Testing Talk
Presentacion Miebach
Testing is Fun @Confoo.ca 2012
APIs and Linked Data: A match made in Heaven
The Future Is Written - Building next generation Plone sites with plone.app.c...
The Butler and The Snake (Europython 2015)
Plone.restapi - a bridge to the modern web
London Tester Gathering Workshops - Mobile Software Testing - Stephen Janaway
Michael Caulfield: Developing a Connected Health Economy
Objetos de Aprendizagem e Software de Autoria
The Power of Sensors in health & healthcare
Anzeige

Mehr von Timo Stollenwerk (20)

PDF
German Aerospace Center (DLR) Web Relaunch
PDF
Performance Testing (Python Barcamp Cologne 2020)
PDF
Python & JavaScript
PDF
Roadmap to a Headless Plone
PDF
Plone Testing & Continuous Integration Team Report 2014
PDF
The Beauty and the Beast - Modern Javascript Development with AngularJS and P...
PDF
The Butler and the Snake - JCICPH
PDF
The Butler and the Snake - Continuous Integration for Python
PDF
AngularJS & Plone
PDF
Who let the robot out? Qualitativ hochwertige Software durch Continuous Integ...
PDF
PDF
Who let the robot out? - Building high quality software with Continuous Integ...
PDF
Plone Einführung
PDF
Einführung Test-driven Development
PDF
Test-Driven Development
PDF
Mock testing mit Python
PDF
ZCA: A component architecture for Python
PDF
Test-Driven Development with Plone
PDF
Statische Code-Analyse mit Python
PDF
Plone 4 - Gegenwart und Zukunft (Pycon DE)
German Aerospace Center (DLR) Web Relaunch
Performance Testing (Python Barcamp Cologne 2020)
Python & JavaScript
Roadmap to a Headless Plone
Plone Testing & Continuous Integration Team Report 2014
The Beauty and the Beast - Modern Javascript Development with AngularJS and P...
The Butler and the Snake - JCICPH
The Butler and the Snake - Continuous Integration for Python
AngularJS & Plone
Who let the robot out? Qualitativ hochwertige Software durch Continuous Integ...
Who let the robot out? - Building high quality software with Continuous Integ...
Plone Einführung
Einführung Test-driven Development
Test-Driven Development
Mock testing mit Python
ZCA: A component architecture for Python
Test-Driven Development with Plone
Statische Code-Analyse mit Python
Plone 4 - Gegenwart und Zukunft (Pycon DE)
Anzeige

Hypermedia APIs mit Javascript und Python