SOA Starting Point: Methods for Service Identification and Definition

Posted on DotNetBlocks See other posts from DotNetBlocks
Published on Wed, 02 Nov 2011 23:32:00 -0500 Indexed on 2011/11/11 18:21 UTC
Read the original article Hit count: 268

As more and more companies start to incorporate a Service Oriented Architectural design approach into their existing enterprise systems, it creates the need for a standardized integration technology. One common technology used by companies is an Enterprise Service Bus (ESB). An ESB, as defined by Progress Software, connects and mediates all communications and interactions between services. In essence an ESB is a form of middleware that allows services to communicate with one another regardless of framework, environment, or location.
 With the emergence of ESB, a new emphasis is now being placed on approaches that can be used to determine what Web services should be built. In addition, what order should these services be built?
 
In May 2011, SOA Magazine published an article that identified 10 common methods for identifying and defining services.
 
SOA’s Ten Common Methods for Service Identification and Definition:

  • Business Process Decomposition
  • Business Functions
  • Business Entity Objects
  • Ownership and Responsibility
  • Goal-Driven
  • Component-Based
  • Existing Supply (Bottom-Up)
  • Front-Office Application Usage Analysis
  • Infrastructure
  • Non-Functional Requirements 

Each of these methods provides various pros and cons in regards to their use within the design process. I personally feel that during a design process, multiple methodologies should be used in order to accurately define a design for a system or enterprise system. Personally, I like to create a custom cocktail derived from combining these methodologies in order to ensure that my design fits with the project’s and business’s needs while still following development standards and guidelines. Of these ten methods, I am particularly fond of Business Process Decomposition, Business Functions, Goal-Driven, Component-Based, and routinely use them in my designs.
 
 
Works Cited
 
Hubbers, J.-W., Ligthart, A., & Terlouw , L. (2007, 12 10). Ten Ways to Identify Services. Retrieved from SOA Magazine: http://www.soamag.com/I13/1207-1.php
 
Progress.com. (2011, 10 30). ESB ARCHITECTURE AND LIFECYCLE DEFINITION. Retrieved from Progress.com: http://web.progress.com/en/esb-architecture-lifecycle-definition.html

© DotNetBlocks or respective owner

Related posts about Application Architecture

Related posts about review