SlideShare a Scribd company logo
1 of 75
Service Oriented Architecture
UNIT – III
By
BALASUBRAMANIAN K
2/9/2023 Unit 1
SOA
 A service –Oriented Architecture is Collection of
services
 These services communicate with each other
 The communication can involve either simple data
passing or it could involve two or more services
coordinating some activity.
2/9/2023 Unit 1
Fundamental Concepts
 Service Based
 Business functionality is made available in the form of
“Services ”
 Specification Based:
 Each service conforms to a specification describing how
to use the service
2/9/2023 Unit 1
 Re-usable:
 Once a service definition is completed and published,
one party can write a program to provide the service
exactly as described in the service definition
 Another party can use the service by invoking it as
described in the service definition
 Both the provider and user of the service can
independently build the service and implement the
applications to use it
 Combinable:
 Services can be combined to execute larger business
processes, transactions or applications
2/9/2023 Unit 1
Roots of SOA
(comparing SOA to past architectures)
What is architecture?
 The architecture defines all of the components
within the design and how they will communicate
within the application
2/9/2023 Unit 1
Types of Architectures
1. Application architecture
2. Enterprise architecture
3. Service-oriented architecture
2/9/2023 Unit 1
Application architecture
 Application architecture is to an application development
team what a blueprint is to a team of construction
workers.
2/9/2023 Unit 1
Enterprise architecture
 In larger IT environments, the need to control and direct IT
infrastructure is critical.
 Therefore, it is common for a master specification to be created.
 An enterprise architecture specification is to an organization what an
urban plan is to a city.
 Therefore, the relationship between an urban plan and the blueprint of a
building are comparable to that of enterprise and application
architecture specifications.
 Typically, changes to enterprise architectures directly affect application
architectures
2/9/2023 Unit 1
Service-Oriented Architecture
 Service-oriented architecture spans both enterprise and application
architecture domains.
 Collection of services
 Comtemporary SOA is an extended variation of SOA which builds
increasingly powerful XML and web services.
2/9/2023 Unit 1
Business logic Vs Application Logic
 Business logic is basically rules of the system according
to functional specifications. For example Object A of
type B must have attributed C and D, but not E.
 What happens when an order for Product X is placed?
How is the cost of Product Y calculated?
 Application Logic is more of a technical specification,
like using Java servlets and OJB to persist to an Oracle
database
 The sum of all your code is the application logic
2/9/2023 Unit 1
Characteristics of SOA
The following primary characteristics:
1. Contemporary SOA is at the core of the service-
oriented computing platform.
2. Contemporary SOA increases quality of service.
3. Contemporary SOA is fundamentally autonomous.
4. Contemporary SOA is based on open standards.
5. Contemporary SOA supports vendor diversity.
6. Contemporary SOA fosters intrinsic interoperability.
7. Contemporary SOA promotes discovery.
8. Contemporary SOA promotes federation.
9. Contemporary SOA promotes architectural
composability.
2/9/2023 Unit 1
10. Contemporary SOA fosters inherent reusability.
11. Contemporary SOA emphasizes extensibility.
12. Contemporary SOA supports a service-oriented
business modeling paradigm.
13. Contemporary SOA implements layers of abstraction.
14. Contemporary SOA promotes loose coupling
throughout the enterprise.
15. Contemporary SOA promotes organizational agility.
16. Contemporary SOA is a building block.
17. Contemporary SOA is an evolution.
18. Contemporary SOA is still maturing.
19. Contemporary SOA is an achievable ideal.
2/9/2023 Unit 1
1. Contemporary SOA is at the core of the
service-oriented computing platform.
• An application computing platform consisting of Web
services technology and service-orientation principles.
2. Contemporary SOA increases quality of
service
 The ability for tasks to be carried out in a secure manner,
protecting the contents of a message, as well as access to
individual services.
 Allowing tasks to be carried out reliably so that message
delivery or notification of failed delivery can be guaranteed.
2/9/2023 Unit 1
Characteristics of SOA Cont…
3. Contemporary SOA is fundamentally autonomous
 Requires that individual services should be as independent
 Ability of service to carry out its logic independently of outside
influences
 Message level autonomy.
4. Contemporary SOA is based on open standards
 Significant characteristic of Web services is the fact that data exchange
is governed by open standards.
 After a message is sent from one Web service to another it travels via a
set of protocols that is globally standardized and accepted. i.e. the
message itself is standardized, both in format and in how it represents
its payload.
2/9/2023 Unit 1
2/9/2023 Unit 1
Figure: Standard open technologies are used within and outside of solution boundaries.
5. Contemporary SOA supports vendor diversity
The open communications framework has significant
implications for bridging much of the heterogeneity within (and
between) corporations, but it also allows organizations to choose
best-of-breed environments for specific applications.
2/9/2023 Unit 1
Figure : Disparate technology platforms do not prevent service-oriented solutions
from interoperating
6. Contemporary SOA promotes discovery
 UDDI(Universal Description Discovery and Integration) provided
service registries
 SOA systems used UDDI to manage service descriptions
 Store meta data in a service registry
2/9/2023 Unit 1
Figure : Registries enable a mechanism for the discovery of services.
7. Contemporary SOA fosters intrinsic
interoperability
 An application actually has immediate integration
requirements.
 Design principles can be applied to outfit services with
characteristics that naturally promote interoperability.
 When building an SOA application from the ground up,
services with intrinsic interoperability become potential
integration endpoints (Figure).
2/9/2023 Unit 1
Figure: Intrinsically interoperable services enable unforeseen integration opportunities
8. Contemporary SOA promotes federation
 The action of forming states or organizations into a
single group with centralized control.
 While Web services enable federation, SOA promotes
this cause by establishing and standardizing the ability
to encapsulate legacy and non-legacy application logic
and by exposing it via a common, open, and
standardized communications framework (also
supported by an extensive adapter technology
marketplace).
2/9/2023 Unit 1
9. Contemporary SOA promotes architectural
composability
A business process can therefore be broken down into a
series of services, each responsible for executing a portion
of the process.
2/9/2023 Unit 1
Figure : Services enable standardized federation of disparate legacy systems
10. Contemporary SOA fosters inherent
reusability
 SOA establishes an environment that promotes reuse on
many levels.
 Reuse of software
 Services can be composed into larger services which in
turn can be reused
 Collections of services that form service compositions
can themselves be reused by larger compositions.
2/9/2023 Unit 1
11. Contemporary SOA emphasizes extensibility
 The scope of functionality offered by a service can
sometimes be extended without breaking the
established interface (Figure ).
2/9/2023 Unit 1
Figure :Extensible services can expand functionality with minimal impact.
12. Contemporary SOA supports a service-
oriented business modeling paradigm
 Partitioning business logic into services that can then be
composed has significant implications as to how
business processes can be modeled (Figure).
 Services can be designed to express business logic.
2/9/2023 Unit 1
Figure :A collection (layer) of services encapsulating business process logic.
13. Contemporary SOA implements layers of
abstraction
 Typical SOAs can introduce layers of abstraction by
positioning services as the sole access points to a variety
of resources and processing logic.
 When applied through proper design, abstraction can be
targeted at business and application logic.
2/9/2023 Unit 1
14. Contemporary SOA promotes loose coupling
throughout the enterprise
 A core benefit to building a technical architecture with
loosely coupled services is the resulting independence of
service logic.
 Services only require an awareness of each other,
allowing them to evolve independently.
2/9/2023 Unit 1
2/9/2023 Unit 1
15. Contemporary SOA promotes organizational
agility
 Change in an organization's business logic can impact
the application technology that automates it.
 Change in an organization's application technology
infrastructure can impact the business logic automated
by this technology.
 The more dependencies that exist between these two
parts of an enterprise, the greater the extent to which
change imposes disruption and expense.
2/9/2023 Unit 1
2/9/2023 Unit 1
Figure :A loosely coupled relationship between business and application technology
allows each end to more efficiently respond to changes in the other.
16. Contemporary SOA is a building block
 Services are composed into larger services.
 Multiple SOA applications can be pulled into service-
oriented integration technologies to help build a
Service-Oriented Enterprise( SOE )
 17. Contemporary SOA is an evolution
 SOA defines an architecture that is related to but still
distinct from its predecessors.
 It differs from traditional client-server and distributed
environments in that it is heavily influenced by the
concepts and principles associated with service-
orientation and Web services.
2/9/2023 Unit 1
18. Contemporary SOA is still maturing
 Standards, organizations and vendors are still
continuing to develop new SOA technologies
19. Contemporary SOA is an achievable ideal
 Moving an enterprise toward SOA is a difficult and
enormous task
 Many organization begin with a single application and
then begin services into other applications.
2/9/2023 Unit 1
Comparing SOA to client-server and
Distributed internet architectures
2/9/2023 Unit 1
Client Server Architecture
 Single-tier client-server architecture
 A client is defined as a requester of services and a
server is defined as the provider of services.
 A single machine can be both a client and a server
depending on the software configuration.
 Bulky mainframe back-ends served thin clients
 All of the application processing and data
management is carried out on the server.
 The client is simply responsible for running the
presentation software.
2/9/2023 Unit 1
2/9/2023 Unit 1
 Supports both synchronous and asynchronous
communication.
2/9/2023 Unit 1
 Two-tier client-server architecture :
 In 2-tier, the application logic is on the client
 Database on the server
 The common configuration of this architecture consisted
of multiple fat clients, each with its own connection to a
database on a central server.
 Fat client.
 Client-side software performed the bulk of the processing,
including all presentation-related and most data access
logic (Figure).
 The server is only responsible for data management
 The Client implements the application logic and the
interactions with the system user.
2/9/2023 Unit 1
2/9/2023 Unit 1
Figure: A typical two-tier client-server architecture.
 Application Logic
 The Client Server architecture include fat client that does
bulk of processing and data-related logic and database server
lying on the server.
 In the case of SOA options exist regarding where the
application logic can reside and how it is distributed.
2/9/2023 Unit 1
 Application Processing
 The Client Server architecture follow 80/20 where bulk of
processing is done by the client and other database access
and connection pooling is done by the server .
 In case of SOA, there is no fixed processing ratio
 Technology
 Client Server Architecture make use of 4GL programming
languages and for performance reasons make use of 3GL
programming languages. They also use vendor based
RDBMS packages.
 In case of SOA, XML data representation architecture along
with SOAP message framework. It makes use of
HTML,CSS,HTTP etc.
2/9/2023 Unit 1
Security
 In case of the client server, the security is centralized
at the server side. But security can also be realized on
the client side.
 SOA heavily depends on WS-security framework for
security.
2/9/2023 Unit 1
Administration
 In client server architecture, the maintenance cost
are high and administration problems are also
involved.
 SOA is simple and flexible process.
2/9/2023 Unit 1
SOA vs Traditional Distributed Internet Architecture
 Distributed architecture consists of many components
but it reduces problem of centralization on server.
 It provides a dedicated servers which shares and
manages database connections.
 N-Tier Architecture..
It refers to the architecture of an application that has
at least three logical parts ,that are separate
2/9/2023 Unit 1
2/9/2023 Unit 1
Application Logic
 In distributed architecture all application logic is
placed on the server side
 Components are tight coupled
 In SOA, logic resides on the server side and it is
broken down into separate units
 Components are loosely coupled
2/9/2023 Unit 1
Application Processing
 Distributed architecture uses protocols like DCOM
and CORBA for remote data exchange.
 It supports creation of stateful and stateless
components.
 Stateless web services do not maintain a session
between requests
 Stateful web services maintain a session during
your entire browsing
 SOA relies on message based communication, it
involves serialization (serialize objects into XML
streams) and deserialization of SOAP messages
containing XML document payloads
2/9/2023 Unit 1
Technology
 Distributed computing consists of components,
server side scripts and web technologies like HTML
and HTTP.
 SOA consists of distributed objects using Xml and
web services.
2/9/2023 Unit 1
Security
 Traditional security architectures includes approaches
like delegation and impersonation, encryption to
HTTP protocol.
 SOA rely heavily extension and concepts provided by
WS-Security framework(Eg: SOAP)
2/9/2023 Unit 1
Administration
 Distributed architecture introduces web server and
physical environment using HTTP.
 SOA requires additional runtime administration.
2/9/2023 Unit 1
2/9/2023 Unit 1
Logic components of the Web services framework
 Web services contain
one or more operations.
 Figure 8.4 as an example
48
2/9/2023 Unit 1
Logic components of the Web services
framework
 Each operation governs
the process of a specific
function the web
service is capable of
performing.
 Figure 8.5 gives an
example of an
operation sending and
receiving SOAP
messages
49
2/9/2023 Unit 1
Logic components of the Web services
framework
 Web services form an
activity though which
they can collectively
automate a task.
 Figure 8.6 as an example
50
2/9/2023 Unit 1
Logic components of automation
logic
 Fundamental parts of
the framework
 SOAP messages
 Web service operations
 Web services
 Activities
 Renamed terms
 Messages
 Operations
 Services
 Processes
 Activity has been changed
because it uses a different context
when modeling service-oriented
business processes.
51
2/9/2023 Unit 1
Logic components of automation
logic
 Messages = units of communication
 Operations = units of work
 Services = units of processing logic
 Processes = units of automation logic
52
2/9/2023 Unit 1
Logic components of automation
logic
 The purpose of these views
is to express the process,
services and operations.
 Is also provides a flexible
means of partitioning and
modularizing the logic.
 These are the most basic
concepts that underlies
service-orientation.
53
2/9/2023 Unit 1
Components of an SOA
 Message
 A message represents the data required to complete some
or all parts of a unit of work.
54
2/9/2023 Unit 1
Components of an SOA
 Operation
 An operation represents the logic required to process
messages in order to complete a unit of work.
55
2/9/2023 Unit 1
Components of an SOA
 Service
 A service represents a logically grouped set of operations
capable of performing related units of work.
 Processes
 A process represents a large piece of work that requires the
completion of smaller units of work.
56
2/9/2023 Unit 1
Components of an SOA
57
2/9/2023 Unit 1
How components in an SOA inter-relate
 An operation sends and receives messages to perform
work.
 An operation is therefore mostly defined by the message
it processes.
 A service groups is a collection of related operations.
 A service is therefore mostly define by the operations
that comprise it.
58
2/9/2023 Unit 1
How components in an SOA inter-relate
 A process instance can compose service.
 A process instance is not necessarily defined by its
service because it may only require a subset of the
functionality offered by the services.
 A process instance invokes a unique series of
operations to complete its automation.
 Every process instance is therefore partially defined by
the service operation it uses.
59
2/9/2023 Unit 1
How components in an SOA inter-relate
60
2/9/2023 Unit 1
Common principles of service-orientation
 Services are reusable
 Services share a formal contract
 Services are loosely coupled
 Services abstract underlying logic
 Services are composable
 Services are autonomous
 Services are stateless
 Services are discoverable
61
2/9/2023 Unit 1
Services are reusable
 It is a design principle that is used to create services that
have the potential to be reused across the enterprise
resources
62
2/9/2023 Unit 1
63
2/9/2023 Unit 1
Services share a formal contract
 It provide a formal definition for all of the primary parts
of an SOA
 Service contracts provide a formal definition of:
 The service endpoint
 Each service operation
 Every input and output message supported by each
operation
 Rules and characteristics of the service and its operations
64
2/9/2023 Unit 1
65
2/9/2023 Unit 1
Services are loosely coupled
 Services must be designed to interact without the need
for tight, cross-service dependencies.
66
2/9/2023 Unit 1
Services abstract underlying logic
 It is the principle that allows service details are hidden
from the potential customers.
67
2/9/2023 Unit 1
68
2/9/2023 Unit 1
Services are composable
 It is an aggregate of services collectively composed to
automate a particular task.
69
2/9/2023 Unit 1
70
Services are autonomous
 It is a service grant a service exclusive ownership of the
logic it encapsulates.
 Types:
 Service level autonomy
 Service boundaries are distinct from each other, but the
service may share underlying resources.
 It governs the legacy system but also shares resources with
other clients
 Pure autonomy
 Complete control and ownership on services
2/9/2023 Unit 1
2/9/2023 Unit 1
Services are stateless
 State refers to a particular condition.
 Stateful Vs stateless
2/9/2023 Unit 1
2/9/2023 Unit 1
Services are discoverable
 The service should allow their description to be
searched and understood by humans.
2/9/2023 Unit 1
Figure :The UpdateEverything operation encapsulating a service composition.

More Related Content

Similar to Unit III.ppt

Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Developmentijbuiiir1
 
Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Developmentijcnes
 
Cloud computing
Cloud computingCloud computing
Cloud computingshethzaid
 
Reservoir sla@soi-interop-tech report
Reservoir sla@soi-interop-tech reportReservoir sla@soi-interop-tech report
Reservoir sla@soi-interop-tech reportpsanjeev
 
20507-38933-1-PB.pdf
20507-38933-1-PB.pdf20507-38933-1-PB.pdf
20507-38933-1-PB.pdfIjictTeam
 
service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentationpavan nani
 
Service oriented cloud computing
Service oriented cloud computingService oriented cloud computing
Service oriented cloud computingMandar Pathrikar
 
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdf
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdfServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdf
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdfMsDelphyP
 
Service Oriented Computing
Service Oriented ComputingService Oriented Computing
Service Oriented ComputingAie Sa
 
15 falko menge--_enterpise_service_bus
15 falko menge--_enterpise_service_bus15 falko menge--_enterpise_service_bus
15 falko menge--_enterpise_service_buslmphuong06
 
Cloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureCloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureFiorano Software
 
Term paper 2073131
Term paper   2073131Term paper   2073131
Term paper 2073131mtestman
 
Cloud Computing and Service oriented Architecture
Cloud Computing and Service oriented Architecture Cloud Computing and Service oriented Architecture
Cloud Computing and Service oriented Architecture Ravindra Dastikop
 
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Mohammed Omar
 
Cloud Computing and Service oriented Architecture (SOA)
Cloud Computing and Service oriented Architecture (SOA)Cloud Computing and Service oriented Architecture (SOA)
Cloud Computing and Service oriented Architecture (SOA)Ravindra Dastikop
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesAbhishek Kumar
 

Similar to Unit III.ppt (20)

Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Development
 
Study on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture DevelopmentStudy on Use Case Model for Service Oriented Architecture Development
Study on Use Case Model for Service Oriented Architecture Development
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Performance in soa context
Performance in soa contextPerformance in soa context
Performance in soa context
 
Reservoir sla@soi-interop-tech report
Reservoir sla@soi-interop-tech reportReservoir sla@soi-interop-tech report
Reservoir sla@soi-interop-tech report
 
20507-38933-1-PB.pdf
20507-38933-1-PB.pdf20507-38933-1-PB.pdf
20507-38933-1-PB.pdf
 
service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentation
 
Service oriented cloud computing
Service oriented cloud computingService oriented cloud computing
Service oriented cloud computing
 
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdf
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdfServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdf
ServiceOrientedSoftwareEngineeringSOSEASurveyandGapAnalysis.pdf
 
What is service
What is serviceWhat is service
What is service
 
Service Oriented Computing
Service Oriented ComputingService Oriented Computing
Service Oriented Computing
 
SOA unit-3-notes-Introduction to Service Oriented Architecture
SOA unit-3-notes-Introduction to Service Oriented ArchitectureSOA unit-3-notes-Introduction to Service Oriented Architecture
SOA unit-3-notes-Introduction to Service Oriented Architecture
 
15 falko menge--_enterpise_service_bus
15 falko menge--_enterpise_service_bus15 falko menge--_enterpise_service_bus
15 falko menge--_enterpise_service_bus
 
Cloud based integration_and_soa_architecture
Cloud based integration_and_soa_architectureCloud based integration_and_soa_architecture
Cloud based integration_and_soa_architecture
 
Term paper 2073131
Term paper   2073131Term paper   2073131
Term paper 2073131
 
Cloud Computing and Service oriented Architecture
Cloud Computing and Service oriented Architecture Cloud Computing and Service oriented Architecture
Cloud Computing and Service oriented Architecture
 
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
 
Cloud Computing and Service oriented Architecture (SOA)
Cloud Computing and Service oriented Architecture (SOA)Cloud Computing and Service oriented Architecture (SOA)
Cloud Computing and Service oriented Architecture (SOA)
 
internship paper
internship paperinternship paper
internship paper
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web Services
 

More from Balasubramanian699229 (12)

computer networks Error Detection Methods.pdf
computer networks Error Detection Methods.pdfcomputer networks Error Detection Methods.pdf
computer networks Error Detection Methods.pdf
 
Engineers as experimenter in professional ethics
Engineers as experimenter in professional ethicsEngineers as experimenter in professional ethics
Engineers as experimenter in professional ethics
 
cp.docx
cp.docxcp.docx
cp.docx
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
DATA COMMUNICATIONS.ppt
DATA COMMUNICATIONS.pptDATA COMMUNICATIONS.ppt
DATA COMMUNICATIONS.ppt
 
bargaining.pdf
bargaining.pdfbargaining.pdf
bargaining.pdf
 
occupational crime.pdf
occupational crime.pdfoccupational crime.pdf
occupational crime.pdf
 
quicksort (1).ppt
quicksort (1).pptquicksort (1).ppt
quicksort (1).ppt
 
Civic Virtues_Unit1.pptx
Civic Virtues_Unit1.pptxCivic Virtues_Unit1.pptx
Civic Virtues_Unit1.pptx
 
Titanic-Powerpoint.pdf
Titanic-Powerpoint.pdfTitanic-Powerpoint.pdf
Titanic-Powerpoint.pdf
 
3 Mile island.pdf
3 Mile island.pdf3 Mile island.pdf
3 Mile island.pdf
 
Chernobyl_Nuclear_Disaster_ppt.pptx
Chernobyl_Nuclear_Disaster_ppt.pptxChernobyl_Nuclear_Disaster_ppt.pptx
Chernobyl_Nuclear_Disaster_ppt.pptx
 

Recently uploaded

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

Unit III.ppt

  • 1. Service Oriented Architecture UNIT – III By BALASUBRAMANIAN K 2/9/2023 Unit 1
  • 2. SOA  A service –Oriented Architecture is Collection of services  These services communicate with each other  The communication can involve either simple data passing or it could involve two or more services coordinating some activity. 2/9/2023 Unit 1
  • 3. Fundamental Concepts  Service Based  Business functionality is made available in the form of “Services ”  Specification Based:  Each service conforms to a specification describing how to use the service 2/9/2023 Unit 1
  • 4.  Re-usable:  Once a service definition is completed and published, one party can write a program to provide the service exactly as described in the service definition  Another party can use the service by invoking it as described in the service definition  Both the provider and user of the service can independently build the service and implement the applications to use it  Combinable:  Services can be combined to execute larger business processes, transactions or applications 2/9/2023 Unit 1
  • 5. Roots of SOA (comparing SOA to past architectures) What is architecture?  The architecture defines all of the components within the design and how they will communicate within the application 2/9/2023 Unit 1
  • 6. Types of Architectures 1. Application architecture 2. Enterprise architecture 3. Service-oriented architecture 2/9/2023 Unit 1
  • 7. Application architecture  Application architecture is to an application development team what a blueprint is to a team of construction workers. 2/9/2023 Unit 1
  • 8. Enterprise architecture  In larger IT environments, the need to control and direct IT infrastructure is critical.  Therefore, it is common for a master specification to be created.  An enterprise architecture specification is to an organization what an urban plan is to a city.  Therefore, the relationship between an urban plan and the blueprint of a building are comparable to that of enterprise and application architecture specifications.  Typically, changes to enterprise architectures directly affect application architectures 2/9/2023 Unit 1
  • 9. Service-Oriented Architecture  Service-oriented architecture spans both enterprise and application architecture domains.  Collection of services  Comtemporary SOA is an extended variation of SOA which builds increasingly powerful XML and web services. 2/9/2023 Unit 1
  • 10. Business logic Vs Application Logic  Business logic is basically rules of the system according to functional specifications. For example Object A of type B must have attributed C and D, but not E.  What happens when an order for Product X is placed? How is the cost of Product Y calculated?  Application Logic is more of a technical specification, like using Java servlets and OJB to persist to an Oracle database  The sum of all your code is the application logic 2/9/2023 Unit 1
  • 11. Characteristics of SOA The following primary characteristics: 1. Contemporary SOA is at the core of the service- oriented computing platform. 2. Contemporary SOA increases quality of service. 3. Contemporary SOA is fundamentally autonomous. 4. Contemporary SOA is based on open standards. 5. Contemporary SOA supports vendor diversity. 6. Contemporary SOA fosters intrinsic interoperability. 7. Contemporary SOA promotes discovery. 8. Contemporary SOA promotes federation. 9. Contemporary SOA promotes architectural composability. 2/9/2023 Unit 1
  • 12. 10. Contemporary SOA fosters inherent reusability. 11. Contemporary SOA emphasizes extensibility. 12. Contemporary SOA supports a service-oriented business modeling paradigm. 13. Contemporary SOA implements layers of abstraction. 14. Contemporary SOA promotes loose coupling throughout the enterprise. 15. Contemporary SOA promotes organizational agility. 16. Contemporary SOA is a building block. 17. Contemporary SOA is an evolution. 18. Contemporary SOA is still maturing. 19. Contemporary SOA is an achievable ideal. 2/9/2023 Unit 1
  • 13. 1. Contemporary SOA is at the core of the service-oriented computing platform. • An application computing platform consisting of Web services technology and service-orientation principles. 2. Contemporary SOA increases quality of service  The ability for tasks to be carried out in a secure manner, protecting the contents of a message, as well as access to individual services.  Allowing tasks to be carried out reliably so that message delivery or notification of failed delivery can be guaranteed. 2/9/2023 Unit 1
  • 14. Characteristics of SOA Cont… 3. Contemporary SOA is fundamentally autonomous  Requires that individual services should be as independent  Ability of service to carry out its logic independently of outside influences  Message level autonomy. 4. Contemporary SOA is based on open standards  Significant characteristic of Web services is the fact that data exchange is governed by open standards.  After a message is sent from one Web service to another it travels via a set of protocols that is globally standardized and accepted. i.e. the message itself is standardized, both in format and in how it represents its payload. 2/9/2023 Unit 1
  • 15. 2/9/2023 Unit 1 Figure: Standard open technologies are used within and outside of solution boundaries. 5. Contemporary SOA supports vendor diversity The open communications framework has significant implications for bridging much of the heterogeneity within (and between) corporations, but it also allows organizations to choose best-of-breed environments for specific applications.
  • 16. 2/9/2023 Unit 1 Figure : Disparate technology platforms do not prevent service-oriented solutions from interoperating
  • 17. 6. Contemporary SOA promotes discovery  UDDI(Universal Description Discovery and Integration) provided service registries  SOA systems used UDDI to manage service descriptions  Store meta data in a service registry 2/9/2023 Unit 1 Figure : Registries enable a mechanism for the discovery of services.
  • 18. 7. Contemporary SOA fosters intrinsic interoperability  An application actually has immediate integration requirements.  Design principles can be applied to outfit services with characteristics that naturally promote interoperability.  When building an SOA application from the ground up, services with intrinsic interoperability become potential integration endpoints (Figure). 2/9/2023 Unit 1 Figure: Intrinsically interoperable services enable unforeseen integration opportunities
  • 19. 8. Contemporary SOA promotes federation  The action of forming states or organizations into a single group with centralized control.  While Web services enable federation, SOA promotes this cause by establishing and standardizing the ability to encapsulate legacy and non-legacy application logic and by exposing it via a common, open, and standardized communications framework (also supported by an extensive adapter technology marketplace). 2/9/2023 Unit 1
  • 20. 9. Contemporary SOA promotes architectural composability A business process can therefore be broken down into a series of services, each responsible for executing a portion of the process. 2/9/2023 Unit 1 Figure : Services enable standardized federation of disparate legacy systems
  • 21. 10. Contemporary SOA fosters inherent reusability  SOA establishes an environment that promotes reuse on many levels.  Reuse of software  Services can be composed into larger services which in turn can be reused  Collections of services that form service compositions can themselves be reused by larger compositions. 2/9/2023 Unit 1
  • 22. 11. Contemporary SOA emphasizes extensibility  The scope of functionality offered by a service can sometimes be extended without breaking the established interface (Figure ). 2/9/2023 Unit 1 Figure :Extensible services can expand functionality with minimal impact.
  • 23. 12. Contemporary SOA supports a service- oriented business modeling paradigm  Partitioning business logic into services that can then be composed has significant implications as to how business processes can be modeled (Figure).  Services can be designed to express business logic. 2/9/2023 Unit 1 Figure :A collection (layer) of services encapsulating business process logic.
  • 24. 13. Contemporary SOA implements layers of abstraction  Typical SOAs can introduce layers of abstraction by positioning services as the sole access points to a variety of resources and processing logic.  When applied through proper design, abstraction can be targeted at business and application logic. 2/9/2023 Unit 1
  • 25. 14. Contemporary SOA promotes loose coupling throughout the enterprise  A core benefit to building a technical architecture with loosely coupled services is the resulting independence of service logic.  Services only require an awareness of each other, allowing them to evolve independently. 2/9/2023 Unit 1
  • 27. 15. Contemporary SOA promotes organizational agility  Change in an organization's business logic can impact the application technology that automates it.  Change in an organization's application technology infrastructure can impact the business logic automated by this technology.  The more dependencies that exist between these two parts of an enterprise, the greater the extent to which change imposes disruption and expense. 2/9/2023 Unit 1
  • 28. 2/9/2023 Unit 1 Figure :A loosely coupled relationship between business and application technology allows each end to more efficiently respond to changes in the other.
  • 29. 16. Contemporary SOA is a building block  Services are composed into larger services.  Multiple SOA applications can be pulled into service- oriented integration technologies to help build a Service-Oriented Enterprise( SOE )  17. Contemporary SOA is an evolution  SOA defines an architecture that is related to but still distinct from its predecessors.  It differs from traditional client-server and distributed environments in that it is heavily influenced by the concepts and principles associated with service- orientation and Web services. 2/9/2023 Unit 1
  • 30. 18. Contemporary SOA is still maturing  Standards, organizations and vendors are still continuing to develop new SOA technologies 19. Contemporary SOA is an achievable ideal  Moving an enterprise toward SOA is a difficult and enormous task  Many organization begin with a single application and then begin services into other applications. 2/9/2023 Unit 1
  • 31. Comparing SOA to client-server and Distributed internet architectures 2/9/2023 Unit 1
  • 32. Client Server Architecture  Single-tier client-server architecture  A client is defined as a requester of services and a server is defined as the provider of services.  A single machine can be both a client and a server depending on the software configuration.  Bulky mainframe back-ends served thin clients  All of the application processing and data management is carried out on the server.  The client is simply responsible for running the presentation software. 2/9/2023 Unit 1
  • 34.  Supports both synchronous and asynchronous communication. 2/9/2023 Unit 1
  • 35.  Two-tier client-server architecture :  In 2-tier, the application logic is on the client  Database on the server  The common configuration of this architecture consisted of multiple fat clients, each with its own connection to a database on a central server.  Fat client.  Client-side software performed the bulk of the processing, including all presentation-related and most data access logic (Figure).  The server is only responsible for data management  The Client implements the application logic and the interactions with the system user. 2/9/2023 Unit 1
  • 36. 2/9/2023 Unit 1 Figure: A typical two-tier client-server architecture.
  • 37.  Application Logic  The Client Server architecture include fat client that does bulk of processing and data-related logic and database server lying on the server.  In the case of SOA options exist regarding where the application logic can reside and how it is distributed. 2/9/2023 Unit 1
  • 38.  Application Processing  The Client Server architecture follow 80/20 where bulk of processing is done by the client and other database access and connection pooling is done by the server .  In case of SOA, there is no fixed processing ratio  Technology  Client Server Architecture make use of 4GL programming languages and for performance reasons make use of 3GL programming languages. They also use vendor based RDBMS packages.  In case of SOA, XML data representation architecture along with SOAP message framework. It makes use of HTML,CSS,HTTP etc. 2/9/2023 Unit 1
  • 39. Security  In case of the client server, the security is centralized at the server side. But security can also be realized on the client side.  SOA heavily depends on WS-security framework for security. 2/9/2023 Unit 1
  • 40. Administration  In client server architecture, the maintenance cost are high and administration problems are also involved.  SOA is simple and flexible process. 2/9/2023 Unit 1
  • 41. SOA vs Traditional Distributed Internet Architecture  Distributed architecture consists of many components but it reduces problem of centralization on server.  It provides a dedicated servers which shares and manages database connections.  N-Tier Architecture.. It refers to the architecture of an application that has at least three logical parts ,that are separate 2/9/2023 Unit 1
  • 43. Application Logic  In distributed architecture all application logic is placed on the server side  Components are tight coupled  In SOA, logic resides on the server side and it is broken down into separate units  Components are loosely coupled 2/9/2023 Unit 1
  • 44. Application Processing  Distributed architecture uses protocols like DCOM and CORBA for remote data exchange.  It supports creation of stateful and stateless components.  Stateless web services do not maintain a session between requests  Stateful web services maintain a session during your entire browsing  SOA relies on message based communication, it involves serialization (serialize objects into XML streams) and deserialization of SOAP messages containing XML document payloads 2/9/2023 Unit 1
  • 45. Technology  Distributed computing consists of components, server side scripts and web technologies like HTML and HTTP.  SOA consists of distributed objects using Xml and web services. 2/9/2023 Unit 1
  • 46. Security  Traditional security architectures includes approaches like delegation and impersonation, encryption to HTTP protocol.  SOA rely heavily extension and concepts provided by WS-Security framework(Eg: SOAP) 2/9/2023 Unit 1
  • 47. Administration  Distributed architecture introduces web server and physical environment using HTTP.  SOA requires additional runtime administration. 2/9/2023 Unit 1
  • 48. 2/9/2023 Unit 1 Logic components of the Web services framework  Web services contain one or more operations.  Figure 8.4 as an example 48
  • 49. 2/9/2023 Unit 1 Logic components of the Web services framework  Each operation governs the process of a specific function the web service is capable of performing.  Figure 8.5 gives an example of an operation sending and receiving SOAP messages 49
  • 50. 2/9/2023 Unit 1 Logic components of the Web services framework  Web services form an activity though which they can collectively automate a task.  Figure 8.6 as an example 50
  • 51. 2/9/2023 Unit 1 Logic components of automation logic  Fundamental parts of the framework  SOAP messages  Web service operations  Web services  Activities  Renamed terms  Messages  Operations  Services  Processes  Activity has been changed because it uses a different context when modeling service-oriented business processes. 51
  • 52. 2/9/2023 Unit 1 Logic components of automation logic  Messages = units of communication  Operations = units of work  Services = units of processing logic  Processes = units of automation logic 52
  • 53. 2/9/2023 Unit 1 Logic components of automation logic  The purpose of these views is to express the process, services and operations.  Is also provides a flexible means of partitioning and modularizing the logic.  These are the most basic concepts that underlies service-orientation. 53
  • 54. 2/9/2023 Unit 1 Components of an SOA  Message  A message represents the data required to complete some or all parts of a unit of work. 54
  • 55. 2/9/2023 Unit 1 Components of an SOA  Operation  An operation represents the logic required to process messages in order to complete a unit of work. 55
  • 56. 2/9/2023 Unit 1 Components of an SOA  Service  A service represents a logically grouped set of operations capable of performing related units of work.  Processes  A process represents a large piece of work that requires the completion of smaller units of work. 56
  • 58. 2/9/2023 Unit 1 How components in an SOA inter-relate  An operation sends and receives messages to perform work.  An operation is therefore mostly defined by the message it processes.  A service groups is a collection of related operations.  A service is therefore mostly define by the operations that comprise it. 58
  • 59. 2/9/2023 Unit 1 How components in an SOA inter-relate  A process instance can compose service.  A process instance is not necessarily defined by its service because it may only require a subset of the functionality offered by the services.  A process instance invokes a unique series of operations to complete its automation.  Every process instance is therefore partially defined by the service operation it uses. 59
  • 60. 2/9/2023 Unit 1 How components in an SOA inter-relate 60
  • 61. 2/9/2023 Unit 1 Common principles of service-orientation  Services are reusable  Services share a formal contract  Services are loosely coupled  Services abstract underlying logic  Services are composable  Services are autonomous  Services are stateless  Services are discoverable 61
  • 62. 2/9/2023 Unit 1 Services are reusable  It is a design principle that is used to create services that have the potential to be reused across the enterprise resources 62
  • 64. 2/9/2023 Unit 1 Services share a formal contract  It provide a formal definition for all of the primary parts of an SOA  Service contracts provide a formal definition of:  The service endpoint  Each service operation  Every input and output message supported by each operation  Rules and characteristics of the service and its operations 64
  • 66. 2/9/2023 Unit 1 Services are loosely coupled  Services must be designed to interact without the need for tight, cross-service dependencies. 66
  • 67. 2/9/2023 Unit 1 Services abstract underlying logic  It is the principle that allows service details are hidden from the potential customers. 67
  • 69. 2/9/2023 Unit 1 Services are composable  It is an aggregate of services collectively composed to automate a particular task. 69
  • 71. Services are autonomous  It is a service grant a service exclusive ownership of the logic it encapsulates.  Types:  Service level autonomy  Service boundaries are distinct from each other, but the service may share underlying resources.  It governs the legacy system but also shares resources with other clients  Pure autonomy  Complete control and ownership on services 2/9/2023 Unit 1
  • 73. Services are stateless  State refers to a particular condition.  Stateful Vs stateless 2/9/2023 Unit 1
  • 75. Services are discoverable  The service should allow their description to be searched and understood by humans. 2/9/2023 Unit 1 Figure :The UpdateEverything operation encapsulating a service composition.