Tagged: blueprints

Remash! – Blueprints for RESTful Situational Web Applications 188

Remash! – Blueprints for RESTful Situational Web Applications

Remash! By Benjamin Blau, Steffen Lamparter and Steffen Haak, Steffen Haak is providing us with some blueprints for RESTful apps. He starts with a number of principles: 1) Resource oriented architectures -> services should expose data instead of functionality 2) Lightweight composition and flexible binding -> services should be re-composables 3) Mass collaboration, customization and perpetual beta -> ability to share the compositions. Steffen then explains how these principles were applied against a number of tools (e.g. Yahoo Pipes, etc.) to evaluate them. They identified three types of shortcomings: 1) Integration -> rather hard to integrate third-party services, not already...