Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Adam Bien - Microservices A Platform Neutral Discussion - DevDay 2016

Adam Bien - Microservices A Platform Neutral Discussion - DevDay 2016

More Decks by Software Architektur Entwickler Community Dresden

Other Decks in Technology

Transcript

  1. adam-bien.com I’m working as Java EE/SE developer, consultant, sometimes author,

    speaker and trainer with Java since 1995... ...and still really enjoying it! Java Programming Language rocks! workshops.adam-bien.com
  2. adam-bien.com Definition “In short, the microservice architectural style is an

    approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.” http://martinfowler.com/articles/microservices.html