Presentation is loading. Please wait.

Presentation is loading. Please wait.

95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 3: SOA Reference Model OASIS 2006.

Similar presentations


Presentation on theme: "95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 3: SOA Reference Model OASIS 2006."— Presentation transcript:

1 95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 3: SOA Reference Model OASIS 2006

2 95-843: Service Oriented Architecture 2 Master of Information System Management What is a Reference Model Abstract framework for understanding significant relationships among the entities of some environment. Enables the development of specific reference or concrete architectures. Is a minimal set of unifying concepts, axioms and relationships within a particular problem domain. The SOA Reference Model applies to software architecture and not generally to “service environments”.

3 95-843: Service Oriented Architecture 3 Master of Information System Management What is a Reference Architecture? Recommended patterns. Explains and underpins a generic design template. A reference model, on the other hand, works at a higher level of abstraction. Consider a reference model for residential housing…

4 95-843: Service Oriented Architecture 4 Master of Information System Management Residential Housing Example A reference model would talk about eating areas, hygiene areas and sleeping areas. More than one reference architecture may address the problem of providing housing. A reference architecture may exist for space station housing and another for high density housing.

5 95-843: Service Oriented Architecture 5 Master of Information System Management Concrete or Specific Architecture In residential housing we would: Incorporate particular styles. Describe window arrangements. Assign construction materials. Present blueprints.

6 95-843: Service Oriented Architecture 6 Master of Information System Management Reference Model Reference Architecture Specific architecture One window per kitchen Specific solution approaches Human Housing Issues Space Ship Housing High Rise Housing Common courtyard Specific solution approaches Specific architecture

7 95-843: Service Oriented Architecture 7 Master of Information System Management How the Reference Model relates to other work

8 95-843: Service Oriented Architecture 8 Master of Information System Management What is SOA? Service Oriented Architecture is a paradigm for organizing and utilizing distributed capabilities that may be under control of different ownership domains. Not itself a solution to domain problems but rather an organizing and delivery paradigm. Key concepts are visibility, interaction and effect.

9 95-843: Service Oriented Architecture 9 Master of Information System Management Terms Visibility refers to the capacity of those with needs and those with capabilities to see each other. Interaction is the activity of using capability grounded in a particular execution context. Capabilities are used to realize real world effects (return of information or change in state of entities).

10 95-843: Service Oriented Architecture 10 Master of Information System Management Terms Private actions are inherently unknowable by other parties. Think information hiding. Public actions result in changes to the state that is shared between those involved in the current execution context and possibly shared by others.

11 95-843: Service Oriented Architecture 11 Master of Information System Management Terms The notion of Service includes: -- The performance of work (a function) by one for another. -- The capability to perform work for another. -- The specification of the work offered for another. -- The offer to perform work for another. -- In SOA, services are the mechanisms by which needs and capabilities are brought together. Think marketplace.

12 95-843: Service Oriented Architecture 12 Master of Information System Management Terms SOA is a means of organizing solutions that promotes reuse, growth and interoperability. SOA is an organizing and delivery paradigm that enables one to get more value from use both of capabilities which are locally “owned” and those under the control of others. The provider of the underlying capability may not be the same entity that eventually provides the service through which the underlying capability is accessed. The entity that creates, evolves and maintains the capability may be different from the entity that creates, evolves and maintains the service.

13 95-843: Service Oriented Architecture 13 Master of Information System Management SOA Differs from OOP The Object Oriented Paradigm focuses on packaging data with operations. The SOA Paradigm focuses on the task or business function. It may or may not be associated with methods and properties. To use an object, you first create it. One interacts with a service where it exists. SOA places greater emphasis on clear semantics. SOA, like human activity, works by delegation. SOA takes ownership boundaries more seriously. SOA is more closely aligned with the marketplace. An interaction is an exchange of value and there may exist a marketplace of services. The Gang of Four OOP Design Patterns don’t apply here. We don’t talk about inheritance, aggregation, polymorphism and so on… What is Martin Fowler’s first rule of distributed objects? “Don’t distribute your objects.” SOA is all about progress through regress. Services are simpler things.

14 95-843: Service Oriented Architecture 14 Master of Information System Management SOA Benefits Through simplification perhaps we can: Facilitate the manageable growth of large-scale enterprise systems. Facilitate internet-scale provisioning and use of services. Reduce cost in organization-to-organization interaction. Increase scalability and interoperability. Allow for evolution and manageability.

15 95-843: Service Oriented Architecture 15 Master of Information System Management Goal of SOA Reference Model Define the essence of service oriented architecture. Develop a vocabulary. Be independent of technological changes.

16 95-843: Service Oriented Architecture 16 Master of Information System Management The Reference Model Concept of service. Concepts relating to dynamic aspects of service. Concepts relating to meta-level aspects of services.

17 95-843: Service Oriented Architecture 17 Master of Information System Management The Reference Model Visibility Execution Context Service Description Service Real world effect Contract and policy Interaction

18 95-843: Service Oriented Architecture 18 Master of Information System Management A Service Service -- Is a mechanism to enable access to one or more capabilities. -- Permits access via a clear interface. -- Is exercised consistent with constraints and policies as specified by the service descriptions (metadata). -- A service is opaque except for : -- Information model -- Behavior Model -- Information required to match needs. -- Effects include: -- Information returned and/or a change in shared state

19 95-843: Service Oriented Architecture 19 Master of Information System Management Visibility Service Real world effect Interaction Dynamics of a Service Service dynamics include: -- visibility -- interaction -- real world effects

20 95-843: Service Oriented Architecture 20 Master of Information System Management Visibility Visibility a Prerequisite to interaction Awareness Willingness Reachability Interaction Preconditions to visibility are: awareness, willingness, and reachability Available description and policy Both parties must want to interact. The parties must be able to communicate

21 95-843: Service Oriented Architecture 21 Master of Information System Management Important Interaction Concepts Service Description Interaction Information Model Semantics Structure Behavior Model Action Model Process Model The Information Model describes the structure and semantics of messages Structure includes data format and data types Describes how the messages are to be interpreted - perhaps with an ontology.

22 95-843: Service Oriented Architecture 22 Master of Information System Management Important Interaction Concepts Service Description Interaction Behavior Model Action Model Process Model A behavior model is characterized by knowledge of the actions on, responses to, and temporal dependencies between actions on the service. For example, when accessing a secure database, several steps may be required for identification, authentication and authorization prior to issuing an SQL query.

23 95-843: Service Oriented Architecture 23 Master of Information System Management Important Interaction Concepts Service Description Interaction Behavior Model Action Model Process Model Processes may be idempotent, long-running, transactional, etc.

24 95-843: Service Oriented Architecture 24 Master of Information System Management Important Interaction Concepts Service Description Interaction Behavior Model Action Model Process Model Characterizes the actions that may be invoked against the service

25 95-843: Service Oriented Architecture 25 Master of Information System Management Real World Effect Service Real world effect Interaction Shared State Interactions have purpose. The purpose is often to change the shared state of the world or to gain information.

26 95-843: Service Oriented Architecture 26 Master of Information System Management Concepts About services Execution Context Service Description Service Contract and policy A hallmark of SOA is the large amount of associated documentation and description. Represents the information needed in order to use the service.

27 95-843: Service Oriented Architecture 27 Master of Information System Management Service Description Pu rpose is to facilitate interaction and visibility. Best if represented in a machine readable standard way. Information includes: Reachability Set of functions performed Set of constraints and policies Format and content of exchanged messages Expected sequence of messages

28 95-843: Service Oriented Architecture 28 Master of Information System Management Service Description

29 95-843: Service Oriented Architecture 29 Master of Information System Management Policy Related to a Service A policy represents some constraint or condition on the use, deployment or description of an owned entity as defined by any participant. A policy is from a participant’s viewpoint. A contract represents an agreement by two or more parties. Contracts may also address condition of use issues. Service policies involve: Assertions - e.g. all messages will be encrypted Ownership - e.g. the service or consumer Enforcement - if it’s not enforced it’s a wish Policy applies to: Security, privacy, manageability, quality of service as well as hours of business, return policies and so on…

30 95-843: Service Oriented Architecture 30 Master of Information System Management Policies and Contracts

31 95-843: Service Oriented Architecture 31 Master of Information System Management Execution Context The execution context of a service interaction is the set of infrastructure elements, process entities, policy assertions and agreements that are identified as part of an instantiated service interaction, and thus forms a path between those with needs and those with capabilities. It concerns the totality of the interaction. Different instance of the same service have different execution contexts. The context may evolve during a service interaction. It may be decided, for example, that subsequent exchanges will be encrypted.

32 95-843: Service Oriented Architecture 32 Master of Information System Management Execution Context

33 95-843: Service Oriented Architecture 33 Master of Information System Management Conformance Guidelines(1) Have entities that can be identified as services defined by the Reference Model. Be able to identify how visibility is established between service providers and consumers. Be able to identify how interactions are mediated. Be able to identify how the effect of using services is understood.

34 95-843: Service Oriented Architecture 34 Master of Information System Management Conformance Guidelines (2) Have descriptions associated with services. Be able to identify the execution context required to support interaction. It will be possible to identify how policies are handled and how contracts are modeled and enforced.


Download ppt "95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 3: SOA Reference Model OASIS 2006."

Similar presentations


Ads by Google