Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

12
  • 2
    It's for all of these reasons that I view microservices as a specific solution to a specific problem (scaling via distributed computing), and not as an overall application architecture. Commented Aug 30, 2017 at 17:47
  • 1
    Enh, they've got a widespread enough impact that I think that they should be viewed as an application architecture with scalability/distributed computing as an upside (with complexity and other downsides as the trade off). Commented Aug 30, 2017 at 17:52
  • 2
    So from an architectural point of view, microservices are standalone micro systems doing one thing, while SOA are monolithic applications with multiple services exposed to consumers? Commented Aug 30, 2017 at 17:57
  • 1
    I am more confused now! Is it possible for a monolithic application to expose microservices? or does it have to be standalone micro applications? Commented Aug 31, 2017 at 14:26
  • 1
    Take a look at this article in DZone Microservices vs SOA. Commented Sep 1, 2017 at 7:17