When the programming model shifted from the traditional procedural model to
that of object-orientation, a major paradigm shift occurred in the world of
IT development. The focus was on encapsulating the state and behavior of
entities and calling that encapsulation a class. Instances of a class were
called objects, which occupied some space in the memory. Object orientation
(OO) brought in concepts of inheritance, encapsulation, and polymorphism that
could be applied to define relationships between classes. With the prevalence
of the use of OO in the programming world, developers and architects started
noticing some patterns that can be applied to the usage of OO principles to
solve similar types of problems. The patterns depicted the deconstruction of
a problem into multiple class entities, together with their
interrelationships using the basic concepts of OO, to pr... (more)
Service Oriented Modeling and Architecture (SOMA) is a modeling and design
technique developed by IBM that provides prescriptive steps for how to enable
target business processes by defining and developing a service-based IT
solution. SOMA provides the communication link between the business
requirements and the IT solution. It provides guidance on how to use business
model and information as inputs to derive and define a service-based IT
model. SOMA, as a methodology, addresses the gap between SOA and object
orientation. This methodology approach provides modeling, analysis, des... (more)
Normal 0 false false false MicrosoftInternetExplorer4
In SOA, the main emphasis is on the identification of the right services
followed by their specification and realization. Although some might argue
that object-oriented analysis and design (OOAD) techniques can be used as a
good starting point for services, its main emphasis is on microlevel
abstractions. Services, on the other hand, are business-aligned entities and
therefore are at a much higher level of abstraction than are objects and
components.
In Part 1 of this book excerpt, we discussed the different layers of an SOA ... (more)