Shared I/O State in API Architecture

October 5, 2015
Recorded at SpringOne2GX 2015 Presenter: Owen Rubel Groovy Ecosystem Track The API pattern bind IO functionality to business functionality by binding IO state either through annotation (ie JAX) or by extending a RestfulController. As a result, the data associated IO State cannot be shared with the architectural instances because it is bound to the controller. This creates architectural cross cutting concerns not only with the functionality but also with the data. By abstracting the functionality, we can create a versioned data object for IO state that can be shared,cached,synced,reloaded on the fly for all architectural instances without having to restart any instance. This greatly improve automation, performance and flow of api applications and architecture.
Previous
Getting started with Spring Cloud
Getting started with Spring Cloud

From SpringOne2GX 2015. Cloud Native Track Spring Cloud 1.0 is here! It offers a powerful way to create and...

Next Presentation
A How To Guide to Security in the PAAS Cloud
A How To Guide to Security in the PAAS Cloud

Recorded at SpringOne2GX 2015 Presenter: John Field & Shawn McKinney Cloud Naticve Track Most developers s...