InfoQ Homepage Presentations A Connector, a Container and an API Walk into a Bar
A Connector, a Container and an API Walk into a Bar
Summary
Steven Willmott discusses how APIs and other technologies are contributing to the programmable world, and how to think about what we're trying to achieve and the best practices needed to succeed.
Bio
Steven Willmott is a Senior Director and Head of API Infrastructure at Red Hat. He was previously the CEO of 3scale Inc, one of the worlds leading API Management providers and now part of Red Hat. His background spans distributed systems, Web Services, SOA and APIs. He is a founding member of the Open API Initiative, the API Strategy and Practice conference, API Commons and APIs.json.
About the conference
APIdays is the largest Australian conference dedicated to the business and technology of Web APIs. It brings together business leaders, entrepreneurs and technologists to discuss, collaborate and learn about building the platforms that support new business models.
Community comments
You Forget the Achitectural Cross Cutting Concern Caused by the I/O State Binding
by Owen Rubel,
You Forget the Achitectural Cross Cutting Concern Caused by the I/O State Binding
by Owen Rubel,
Your message is awaiting moderation. Thank you for participating in the discussion.
I talked about this at SpringOne, APIDays and APIWorld and Netflix APIManager once stated 'this fixes everything we are having issues with'.
The original API pattern created in the 70's that we base the web pattern off of, binds communication data/logic to the controller in the API Service making it impossible to share this data in the architecture with other services without duplication.
Take the api gateway for example. It can only duplicate the data from the endpoints and does not synchronize them. Thus if the data is ever out of synch, it is PUSHING incorrect datapoints and information through the entire architecture.
The proper way is redefined through a series of talks and implementations I have shared with companies l Mashery/Tibco, VMWare, Amazon, Apple and others:
www.slideshare.net/bobdobbes/