The Artima Developer Community
Sponsored Link

Java Buzz Forum
s/SOA/microservices/g

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
s/SOA/microservices/g Posted: Feb 25, 2015 5:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: s/SOA/microservices/g
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

After a thrilling Tweeter-thread on SOA vs. microservices, I thought I'd just playing with some old text, here:

Decomposing an online store like Amazon.com, for example, into its fundamental piece parts yields a set of services - among them: a presentation service to deliver the HTML, a search service to find appropriate items, a shopping cart service and a credit card verification/payment service to check out and purchase items. While many speak of microservices purely in terms of RESTful services, it’s RedMonk’s view that RESTful services are not a prerequisite for delivering a microservices. RESTful services greatly ease the task of exposing services, but a microservices architecture should seek to exploit available services, resources and applications wherever possible. Indeed, many firms have run de facto microservicess using decades old mainframe applications without any assistance from Web technologies. An microservices should seek to exploit available services, resources and applications wherever possible.

You see, I replaced SOA with "microservices" and "Web services" with RESTful services." Ha. Ha. ..and all that. That text is from a 2004 RedMonk piece on adding compliance to SOA. It was - and is! - good stuff.

Reads sort of OK. The funny part is, Amazon's web page is still used today as a frog to disect to learn how microservices work.

The cludgy parts helps highlight how microservices are different, esp. how coarse-grained the Amazon examples above are. Don't get me wrong, I'm not being "that guy" here. Instead, I'm just trying to run the diff and find the right parts to highlight vs. the "computers are awesome" stuff you'll see around any IT idea.

As Fowler and Lewis put it:

This common manifestation of SOA has led some microservice advocates to reject the SOA label entirely, although others consider microservices to be one form of SOA, perhaps service orientation done right. Either way, the fact that SOA means such different things means it's valuable to have a term that more crisply defines this architectural style.

Word up. Let's try to make it work this time.

Read: s/SOA/microservices/g

Topic: Carrot on a donkey head Previous Topic   Next Topic Topic: Literate programming is now a team sport

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use