Thursday, February 16, 2017

Micro services architecture (Mammatustech.com)


  • Focuses on distributed, componentized, SOA applications
  • Each service performs a single function
  • Is NOT same as SOA (SOA is often based on WSDLs, SOAP & XML schemas while MS is based on JSON, REST & HTTP)
  • Attempt to deploy independent services
  • Tries to keep business logic and data together
  • Results in continuous integration & delivery
  • JSON is the minimum requirement for micro services
  • Micro services are note stateless (they should own their data)
  • Is about going back to OOP basics (Data, Data storage is specific for its service)
  • Uses Docker or an Amazon AMI
  • You don’t use EAR/ WAR files in MS

No comments:

Post a Comment