SlideShare une entreprise Scribd logo
1  sur  96
Télécharger pour lire hors ligne
Wrap-Up Session

          Asanka Abeysinghe,
         Prabath Siriwardena,
                Ruwan Linton,
              Keith Chapman,
        Nandika Jayawardena,
           Milinda Pathirage.
Summer School
Summer School
Summer School
Summer School
Agenda
   SOA Enterprise Architecture Patterns
   Use-Case #1 – MDM & EDA
      Scalable SOA
   Use-Case #2 – Service Broker Pattern, Functional
    Decomposition, Secured Subsystems, Service
    Encapsulation,
      ESB and SOA
      Security in SOA
    Use-Case #3 – Aggregated Data Pattern and Logical
    Flows
      Marshups for SOA
      BPM and SOA
   Use-Case #4 – Shared Repository, Version
    Identification Pattern, Compatible Change Pattern
      SOA Governance
   Use-Case #5 – Adapters and High Performance
      C++ in SOA
   Summary
Patterns
A generic solution for a common recurring
problem.
        Used it before
        Error proof
        Catalog to pick one
        Feel comfortable
SOA Patterns
                                      SA Patterns
OO Patterns


                       EAA Patterns



  EAI Patterns                                  Other

                 OO - Object-Oriented
                 SA – Software Architecture
                 EAI – Ent. Application Integration
                 EAA – Ent. Application Architecture
SOA Infrastructure
Solution Building Roadmap

Requirements   Business PatternsIntegration Patterns



                       Application Patterns



                         Runtime Patterns


                         Product Mappings
USE-Case-1             (Business Scenario)

SOA infrastructure going to implement in an environment that
contains legacy systems and legacy databases that running for
a long time. Existing systems are error proof and the data is
valuable to make decisions.


                       Throw the old sys-
                         tems away.....
           Data ?
                                            NO SOA $$$$
USE-Case-1        (Pattern Mapping)


   MDM (Master Data Management)
    Pattern
   EDA (Event Driven Architecture)
USE-Case-1   (Implementation)




MDM
USE-Case-1   (Implementation) cont..




MDM
USE-Case-1   (Implementation) cont..




MDM
EDA
Scalable SOA
Web services clustering
   Different servers 
    providing the same 
    service
   Group communication 
    among the servers
   Shared resources for 
    the cluster
Motivation for Clustering
   Achieving high availability and scalability
   Enterprise Service Buses (ESB) 
       De­facto standard for integrating autonomous 
        entities
       Could become the bottleneck in the system
            High availability and high scalability critical
       Ability to cluster is an essential functionality for an 
        ESB in a SOA deployment
   Service hosting engines
       Needs to be able to plug into clusters
Scalability
   Ability to  
      Handle growing amounts of work in a 


       graceful manner
    Or 
      Be readily enlarged
Availability
   The degree to which a system, subsystem, or 
    equipment is 
      Operable and in a committable state at the 


       start of a mission
      When the mission is called for at an 


       unknown
A Computer Cluster is...
   A group of coupled computers that works 
    closely together
   As if they were a single computerh
State­full Session Aware Load 
               Balancing
●   Transport and SOAP session




                   Load Balancer
Fail­Over with LB




     Load Balancer
LB and FO Groups




    Load Balancer
Dynamic LB




Load Balancer
Dynamic LB (Cntd..)




   Load Balancer
USE-Case-2              (Business Scenario)


A system has connected a service client and a service in P2P.
System is running on production.
Backend Service development team decided to bring bunch of
changes to the backend service(s).
 Secure the backend service.

 Change the service contract.

 Bring multiple services instead of the single service.


                    Change
                    Again ?

                          Service Client/Frontend developers
                          PMs, Financial dept, HR Dept
USE-Case-2     (Pattern Mapping)


   Service Broker Pattern with ESB
   Pipes and Filters
       Transform
       Route
   Trusted Subsystems
   Functional Decomposition
   Service Encapsulation
USE-Case-2   (Implementation)




Pipes and filters
Route
Trusted subsystems
USE-Case-2     (Implementation) cont..




Pipes and filters                     Mediation
Route                                 DBLookup
Transform
USE-Case-2     (Implementation) cont..




Pipes and filters
Route
USE-Case-2             (Implementation) cont..




Pipes and filters
Route
Functional decomposition
Service encapsulation
ESB and SOA
A common ESB definition

“Any to any data connectivity and
 transformation (including Web Services)
 built on an advanced, proven, reliable
 middleware infrastructure”
SOA can end up as spaghetti




 • Too many point-to-point links
 • Multiple protocols, different qualities of service
 • No clear picture of all available services
An ESB can simplify SOA deployment




                         Virtualization
                         Perf Mgmt
                         •Load balance
                         •Throttle
                         Transport
                          matching
                         Access control
                         Message
                           transform
                         Logging and
                          auditability




                                          Integrated
                                           Registry/
                                          Repository
               Web-based console
The Concentrator Pattern


                    Mashup/Web Application
                         Dashboard


                      Concentrator ESB
     Consistent access, security, logging, audit, monitoring
                    But no transformation



   .NET         CRM           Apache
                                             C/C++          Data 
  service      service        Axis2 
                                             service       service
                              service
The Federated ESB pattern

                                      Department
                                         ESB


                 Enterprise ESB
                 Routing, Audit
    Department
       ESB


                                  Department
                                     ESB
Anti-Patterns

   Anti-Pattern #1
       Implement all your business logic in the ESB
       Why not?
           Mixing Infrastructure logic and Business Logic
           Maintainability
           Tooling and Skills
   Anti-Pattern #2
       Apply waterfall and application deployment
        approaches to the ESB
           Long project cycles
           No iterative approach
       Why not?
           Lose all flexibility and agility
           Once the ESB becomes a static, code-driven system
            then you would be better off updating your
            applications
Anti-Pattern #3

   “Big Brother”
       The ESB is hosted, managed and controlled by
        a central IT team
       Because of organizational issues using the ESB
        is complex:
           e.g.
                It takes months of meetings to get access
                The Central IT team is trying to recoup the investment and
                 internally charges $000/year to use the ESB
                The central IT deployment model holds up users
       Departments and divisions actually sneak
        behind the ESB
           Set up peer-to-peer communications
           Avoid the ESB at all costs
The biggest Anti-Pattern of all

   Use an ESB because:
       You heard it was a good idea
       The salesman told you that you need one (over a
        nice dinner)
       You need a new TLA on your resume/CV
       Its an excuse to spend several months learning
        and going to conferences
Security in SOA
The Concentrator Pattern

                  Mashup/Web Application
                       Dashboard


                    Concentrator ESB
   Consistent access, security, logging, audit, monitoring
                  But no transformation



 .NET         CRM           Apache
                                           C/C++          Data
service      service         Axis2
                                           service       service
                            service
Provides a single entry point and allows
centralization of security enforcement for
incoming and outgoing messages.


Helps to apply transport-level and message-
level security mechanisms required for securely
communicating with a Web services endpoint.
Message Interceptor Gateway
Pattern
Authentication
              Module

        Authorization Mod-
            ule [PEP]

LDA
P
       Ser-     Ser-     Ser-
      vice A   vice B   vice C
Authentication
              Module

        Authorization Mod-
            ule [PEP]

LDA
P
       Ser-     Ser-     Ser-
                                 PDP
      vice A   vice B   vice C
Authentication
              Module

        Authorization Mod-
            ule [PEP]

LDA
P
       Ser-     Ser-     Ser-
                                   PDP
      vice A   vice B   vice C




                                 Policy
                                 Store
Authentication
              Module

        Authorization Mod-
            ule [PEP]

LDA
P
       Ser-     Ser-     Ser-
      vice A   vice B   vice C     PDP




                                 Policy
                                 Store
Authentication             PAP
              Module

        Authorization Mod-
            ule [PEP]

LDA
P
       Ser-     Ser-     Ser-
      vice A   vice B   vice C     PDP




                                 Policy
                                 Store
USE-Case-3             (Business Scenario)


ABC company got several development groups that use various
Time tracking applications developed on SOA to track the effort
putting for the tasks.
Accounts department needs various reports from these different
Systems as a single view.
Some reports go through a validation process through some
sub-systems and the management wants to monitor the process.
USE-Case-3       (Pattern Mapping)


   Aggregated Data Pattern
   Logical Flows
Mashups in SOA
What is a Mashup?


A mashup is a Web site that combines content data 
from more than one source to create a new user expe­
rience. 
Mashup Characteristics

●   Situational application, consuming Web APIs
●   Characteristics
    ●   Lightweight
    ●   Customized
    ●   Aggregates data / Composes services
    ●   Often combines personal and public data
    ●   Recursive?
Metcalfe's law


Metcalfe's law states that the value of a 
telecommunications network is proportional to the 
square of the number of connected users of the sys­
tem (n2).
Metcalfe's law
Metcalfe's law Adjusted...
Importance of Mashups in a 
               SOA
●   Helps bridge users to your SOA
    ●   Emails
    ●   IM
    ●   Feeds
●   Create mock services
    ●   Helps create a prototypes quickly
●   Improves Agility
BPM in SOA
What is a business process?

• A process you need to run your business!
• Any well-defined interaction between
  systems and people, triggered by events,
  using logical decision points, and with
  clearly defined flows
Why business process matter?

• Enterprise applications and information
  systems have became fundamental assets
• Enterprise information systems can
  improve the efficiency of businesses
  through automation of business processes
• To stay competitive applications must
  quickly and efficiently adept to changing
  business needs
Business Process Management

•Defining, Executing, and Monitoring
Business Processes Typically long-running,
stateful processes
                   Model



      Innovate    BPM Execute

                  Monitor
How does BPM fit with SOA

•Business Process Management needs to
connect to ‘operations’
–When processing an order, connect to the billing
system and raise an invoice
–When handling a problem ticket, connect to the
ticket management system
–Etc
•These operations could be direct
connection in-memory, but much more
likely to be distributed
•A service oriented architecture provides
the best way to connect the BPM to the SOA
BPM and SOA

                     BPM

        Long running co­ordination state


                     SOA

         Stateless service interactions


        Applications, Databases, Legacy

          Persistent application state
How does BPM work?

•Model
–Create a visual map of your process
•Refine
–Convert that visual map into an executable
process
•Execute
–Run that process
•Monitor
–Use built-in capabilities of the BPM platform to
monitor the state of processes
Executable business processes

•There are many approaches to executable
business processes:
–XPDL
–BPML
–YAWL
–jBPM
–WS-BPEL 1.1
BPEL 2.0
The industry standard
WS-BPEL

• Orchestration language used to describe
  execution logic of Web services
  applications by defining their control flows
  and providing a way for partner services
  to share a common context
• With WS-BPEL, you build a business
  process by integrating a collection of Web
  services into a business process flow
Understanding the relationship
between BPMN and BPEL
•BPMN is like UML
–Useful, especially as a higher level modeling
approach
–Allows formal modeling of processes by a
business analyst
–BPMN diagrams cannot be executed
•BPMN 2.0 is looking to define a better path to execution
•BPEL is like Java
–Can be directly executed
–Can be visualized using a graphical editor
–Can be created using BPMN as a guide
(refinement)
–
BPEL4People model
Monitoring Processes

•A key benefit of BPM
•Can range from:
–Simple stats on processes
–Inspect individual instances
–View overall flows across a process map
–Building custom business reports on specific
measures
•E.g. Sales / hour over the last week
USE-Case-4              (Business Scenario)


SOA development team needs to keep the metadata in a central
Place, manage them version them and get ready for the changes.
Same time looking to limit access to specific metadata sets.
USE-Case-4         (Pattern Mapping)


   Shared repository
   Version identification
   Compatible change
SOA Governance
Governance
Categorize 


Metadata             Control




           Monitor
Implementation
   Identify the SOA architecture
   Identify the governance team
   Pick a framework, product
   Iterative process
       Data entry, configuration, (approach)
   Dry run
   Live run
   Govern your SOA infrastructure
USE-Case-5                  (Business Scenario)

A C/C++ Development team wants to implement SOA application, they 
Will be reusing some existing Java and .Net backend services. 
They are more keen about the re­usability of services and performance.
USE-Case-5   (Pattern Mapping)


   Adapters
C++ in SOA
Why use C++
●   C++ is still widely used in the industry
    due to
     ● Performance advantage of the native


       code
     ● Flexibility available from object


       oriented language
     ● Tight control over memory and CPU
Typical applications that use 
                 C++
●   Applications which require high
    performance and the ability to handle
    large volumes of data
    ●   Financial Market Applications
    ●   Large E-Commerce applications
    ●   Banking Applications
    ●   Telecommunication Systems
    ●   Data Base Systems
●   Applications which require tight control
    over memory and CPU
    ●   Operating Systems (C/C++)
    ●   Embedded Systems
A Use­Case
●   A legacy C++ system which has been
    performing useful work for a long time.
    This has remained isolated while all other
    systems in the organization evolved and
    connected together.
●   Need to integrate this system with other
    applications to use its functionality in a
    broader perspective.
●   Options
    ●   Rewrite the system ( Costly )
    ●   Integrate using EAI
    ●   Integrate using a native Web Services Stack
A Use­Case


                                                                     SAP
                               .N E T


Legacy 
System             S e c u r e ,   R e lia b le ,   B in a r y  
           J2EE
                            W e b  S e r v ic e s



                                                                   C IC S
                  Java
How to adapt a C++ Application 
       as Web Services
Native Web Services Stack
●   What would you look from a native web
    services stack ?
    ●   Support for Basic Web Services Standards
    ●   Tooling for WSDL
    ●   Portability
    ●   Performance / Low memory foot print
    ●   Security
    ●   Ability to handle binary data
    ●   Interoperability
    ●   Asynchronous communication
Portability
●   My legacy application is running on
    platform 'X'. Does your Web Service
    stack run on it ?
●   It can boil down to multitude of issues
    ●   Differences in operating system versions
    ●   Differences in build tool versions, compiler
        versions
    ●   Dependency problems
Performance
●   Performance is a broad area. Usually
    Performance means response time. In
    another way, how many requests can
    the server handle per second
●   However, performance depends on the
    system's hardware as well as load on
    the system
●   Does the performance stay constant or
    does it degrade over time
●   How does the performance vary with
    the size of the messages, load of the
    system
Low Memory Foot Print
●   Some servers take large amount of
    memory just to start up
●   How much memory does it require to
    run efficiently ( Important in embedded
    systems)
●   Does the memory usage stay constant
    while handling large xml messages,
    large binary content
Student Lab
(Practical Sessions)
Student Lab
Student Lab
Contacts
   Corporate web site: http://wso2.com


   Developer portal: http://wso2.org


   Business development team: bizdev@wso2.com
Q&A

Contenu connexe

Tendances

Scug nov system center day
Scug nov system center dayScug nov system center day
Scug nov system center dayKurt Van Hoecke
 
Implementing Process Controls and Risk Management with Novell Compliance Mana...
Implementing Process Controls and Risk Management with Novell Compliance Mana...Implementing Process Controls and Risk Management with Novell Compliance Mana...
Implementing Process Controls and Risk Management with Novell Compliance Mana...Novell
 
Plm flex assist v1.4
Plm flex assist v1.4Plm flex assist v1.4
Plm flex assist v1.4plmflex
 
Amdatu - ApacheCon NA 2011
Amdatu - ApacheCon NA 2011Amdatu - ApacheCon NA 2011
Amdatu - ApacheCon NA 2011Bram de Kruijff
 
Anish Karmakar S C A
Anish  Karmakar    S C AAnish  Karmakar    S C A
Anish Karmakar S C ASOA Symposium
 
Layer 7 & Oracle: Cyber Defense for SOA & REST
Layer 7 & Oracle: Cyber Defense for SOA & RESTLayer 7 & Oracle: Cyber Defense for SOA & REST
Layer 7 & Oracle: Cyber Defense for SOA & RESTCA API Management
 
20120620 moving to windows azure
20120620 moving to windows azure20120620 moving to windows azure
20120620 moving to windows azureLuis Martins
 
Tracking SLAs In Cloud
Tracking SLAs In CloudTracking SLAs In Cloud
Tracking SLAs In CloudSatish Agrawal
 
Systems Resource Management with NetIQ AppManager
Systems Resource Management with NetIQ AppManagerSystems Resource Management with NetIQ AppManager
Systems Resource Management with NetIQ AppManagerAdvanced Logic Industries
 
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...virtual-campus
 
Applications at Scale
Applications at ScaleApplications at Scale
Applications at ScaleServiceMesh
 
CA Nimsoft xen desktop monitoring
CA Nimsoft xen desktop monitoring CA Nimsoft xen desktop monitoring
CA Nimsoft xen desktop monitoring CA Nimsoft
 
SOA - Creating True Business Agility
SOA - Creating True Business AgilitySOA - Creating True Business Agility
SOA - Creating True Business AgilityBrian C. Edwards
 
Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Guido Schmutz
 
What's New in WebSphere Application Server
What's New in WebSphere Application ServerWhat's New in WebSphere Application Server
What's New in WebSphere Application ServerCOMMON Europe
 

Tendances (20)

Scug nov system center day
Scug nov system center dayScug nov system center day
Scug nov system center day
 
Implementing Process Controls and Risk Management with Novell Compliance Mana...
Implementing Process Controls and Risk Management with Novell Compliance Mana...Implementing Process Controls and Risk Management with Novell Compliance Mana...
Implementing Process Controls and Risk Management with Novell Compliance Mana...
 
Why Lync 2010
Why Lync 2010Why Lync 2010
Why Lync 2010
 
Plm flex assist v1.4
Plm flex assist v1.4Plm flex assist v1.4
Plm flex assist v1.4
 
Amdatu - ApacheCon NA 2011
Amdatu - ApacheCon NA 2011Amdatu - ApacheCon NA 2011
Amdatu - ApacheCon NA 2011
 
Anish Karmakar S C A
Anish  Karmakar    S C AAnish  Karmakar    S C A
Anish Karmakar S C A
 
ESB Concepts
ESB ConceptsESB Concepts
ESB Concepts
 
Layer 7 & Oracle: Cyber Defense for SOA & REST
Layer 7 & Oracle: Cyber Defense for SOA & RESTLayer 7 & Oracle: Cyber Defense for SOA & REST
Layer 7 & Oracle: Cyber Defense for SOA & REST
 
Overview of ESB at Azilen Tech Meetup
Overview of ESB at Azilen Tech MeetupOverview of ESB at Azilen Tech Meetup
Overview of ESB at Azilen Tech Meetup
 
20120620 moving to windows azure
20120620 moving to windows azure20120620 moving to windows azure
20120620 moving to windows azure
 
Tracking SLAs In Cloud
Tracking SLAs In CloudTracking SLAs In Cloud
Tracking SLAs In Cloud
 
Sakeesoft
Sakeesoft Sakeesoft
Sakeesoft
 
Systems Resource Management with NetIQ AppManager
Systems Resource Management with NetIQ AppManagerSystems Resource Management with NetIQ AppManager
Systems Resource Management with NetIQ AppManager
 
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...
S-CUBE LP: Service Level Agreement based Service infrastructures in the conte...
 
Applications at Scale
Applications at ScaleApplications at Scale
Applications at Scale
 
CA Nimsoft xen desktop monitoring
CA Nimsoft xen desktop monitoring CA Nimsoft xen desktop monitoring
CA Nimsoft xen desktop monitoring
 
SOA - Creating True Business Agility
SOA - Creating True Business AgilitySOA - Creating True Business Agility
SOA - Creating True Business Agility
 
ESB What it is?
ESB What it is?ESB What it is?
ESB What it is?
 
Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)Where and when to use the Oracle Service Bus (OSB)
Where and when to use the Oracle Service Bus (OSB)
 
What's New in WebSphere Application Server
What's New in WebSphere Application ServerWhat's New in WebSphere Application Server
What's New in WebSphere Application Server
 

Similaire à SOA Summer School: Best of SOA Summer School – Encore Session

10 - Architetture Software - More architectural styles
10 - Architetture Software - More architectural styles10 - Architetture Software - More architectural styles
10 - Architetture Software - More architectural stylesMajong DevJfu
 
Summer School Soa EAP Asanka 18 Jun
Summer School Soa EAP Asanka 18 JunSummer School Soa EAP Asanka 18 Jun
Summer School Soa EAP Asanka 18 JunWSO2
 
SOA Solution Patterns
SOA Solution PatternsSOA Solution Patterns
SOA Solution PatternsWSO2
 
The Intricacies Of Enterprise Integration Soa Vs Esb
The Intricacies Of Enterprise Integration   Soa Vs EsbThe Intricacies Of Enterprise Integration   Soa Vs Esb
The Intricacies Of Enterprise Integration Soa Vs Esbrsnarayanan
 
Tactics Esb Implementation
Tactics Esb ImplementationTactics Esb Implementation
Tactics Esb ImplementationMurali Manohar
 
Spagic3 Presentation En
Spagic3 Presentation EnSpagic3 Presentation En
Spagic3 Presentation Enguest76d50b
 
Keynote-Service Orientation – Why is it good for your business
Keynote-Service Orientation – Why is it good for your businessKeynote-Service Orientation – Why is it good for your business
Keynote-Service Orientation – Why is it good for your businessWSO2
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case StudyADC Austin Tech
 
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex BAM CEP / Business Activity Monitoring , Complex Event Processingomplex
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex Liviu Claudiu Cismaru
 
Building enterprise depth APIs with the IBM hybrid integration portfolio
Building enterprise depth APIs with the IBM hybrid integration portfolioBuilding enterprise depth APIs with the IBM hybrid integration portfolio
Building enterprise depth APIs with the IBM hybrid integration portfolioKim Clark
 
Ss Esb
Ss EsbSs Esb
Ss EsbWSO2
 
Ss Esb
Ss EsbSs Esb
Ss EsbWSO2
 
WSO2 ESB and SOA
WSO2 ESB and SOAWSO2 ESB and SOA
WSO2 ESB and SOAWSO2
 
Spagic3 Presentation En
Spagic3 Presentation EnSpagic3 Presentation En
Spagic3 Presentation EnSpagoWorld
 
Understanding the WSO2 Platform and Technology
Understanding the WSO2 Platform and TechnologyUnderstanding the WSO2 Platform and Technology
Understanding the WSO2 Platform and TechnologyWSO2
 
Managing Software from Development to Deployment in the Cloud
Managing Software from Development to Deployment in the CloudManaging Software from Development to Deployment in the Cloud
Managing Software from Development to Deployment in the CloudCloudBees
 
Competitive Analysis w SWOT Matrix
Competitive Analysis w SWOT MatrixCompetitive Analysis w SWOT Matrix
Competitive Analysis w SWOT MatrixDavid Castro
 
21st Century Service Oriented Architecture
21st Century Service Oriented Architecture21st Century Service Oriented Architecture
21st Century Service Oriented ArchitectureBob Rhubart
 

Similaire à SOA Summer School: Best of SOA Summer School – Encore Session (20)

10 - Architetture Software - More architectural styles
10 - Architetture Software - More architectural styles10 - Architetture Software - More architectural styles
10 - Architetture Software - More architectural styles
 
Summer School Soa EAP Asanka 18 Jun
Summer School Soa EAP Asanka 18 JunSummer School Soa EAP Asanka 18 Jun
Summer School Soa EAP Asanka 18 Jun
 
SOA Solution Patterns
SOA Solution PatternsSOA Solution Patterns
SOA Solution Patterns
 
The Intricacies Of Enterprise Integration Soa Vs Esb
The Intricacies Of Enterprise Integration   Soa Vs EsbThe Intricacies Of Enterprise Integration   Soa Vs Esb
The Intricacies Of Enterprise Integration Soa Vs Esb
 
Tactics Esb Implementation
Tactics Esb ImplementationTactics Esb Implementation
Tactics Esb Implementation
 
Spagic3 Presentation En
Spagic3 Presentation EnSpagic3 Presentation En
Spagic3 Presentation En
 
Keynote-Service Orientation – Why is it good for your business
Keynote-Service Orientation – Why is it good for your businessKeynote-Service Orientation – Why is it good for your business
Keynote-Service Orientation – Why is it good for your business
 
M3 Modernization Case Study
M3 Modernization Case StudyM3 Modernization Case Study
M3 Modernization Case Study
 
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex BAM CEP / Business Activity Monitoring , Complex Event Processingomplex
BAM CEP / Business Activity Monitoring , Complex Event Processingomplex
 
Building enterprise depth APIs with the IBM hybrid integration portfolio
Building enterprise depth APIs with the IBM hybrid integration portfolioBuilding enterprise depth APIs with the IBM hybrid integration portfolio
Building enterprise depth APIs with the IBM hybrid integration portfolio
 
Ss Esb
Ss EsbSs Esb
Ss Esb
 
Ss Esb
Ss EsbSs Esb
Ss Esb
 
WSO2 ESB and SOA
WSO2 ESB and SOAWSO2 ESB and SOA
WSO2 ESB and SOA
 
Introduction To Cloud Computing
Introduction To Cloud ComputingIntroduction To Cloud Computing
Introduction To Cloud Computing
 
Donny - EAI
Donny - EAIDonny - EAI
Donny - EAI
 
Spagic3 Presentation En
Spagic3 Presentation EnSpagic3 Presentation En
Spagic3 Presentation En
 
Understanding the WSO2 Platform and Technology
Understanding the WSO2 Platform and TechnologyUnderstanding the WSO2 Platform and Technology
Understanding the WSO2 Platform and Technology
 
Managing Software from Development to Deployment in the Cloud
Managing Software from Development to Deployment in the CloudManaging Software from Development to Deployment in the Cloud
Managing Software from Development to Deployment in the Cloud
 
Competitive Analysis w SWOT Matrix
Competitive Analysis w SWOT MatrixCompetitive Analysis w SWOT Matrix
Competitive Analysis w SWOT Matrix
 
21st Century Service Oriented Architecture
21st Century Service Oriented Architecture21st Century Service Oriented Architecture
21st Century Service Oriented Architecture
 

Plus de WSO2

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
How to Create a Service in Choreo
How to Create a Service in ChoreoHow to Create a Service in Choreo
How to Create a Service in ChoreoWSO2
 
Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023WSO2
 
Platform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzurePlatform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzureWSO2
 
GartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfGartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfWSO2
 
[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in MinutesWSO2
 
Modernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityModernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityWSO2
 
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...WSO2
 
CIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfCIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfWSO2
 
Delivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoDelivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoWSO2
 
Fueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsFueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsWSO2
 
A Reference Methodology for Agile Digital Businesses
 A Reference Methodology for Agile Digital Businesses A Reference Methodology for Agile Digital Businesses
A Reference Methodology for Agile Digital BusinessesWSO2
 
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)WSO2
 
Lessons from the pandemic - From a single use case to true transformation
 Lessons from the pandemic - From a single use case to true transformation Lessons from the pandemic - From a single use case to true transformation
Lessons from the pandemic - From a single use case to true transformationWSO2
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesWSO2
 
Building a Future-ready Bank
Building a Future-ready BankBuilding a Future-ready Bank
Building a Future-ready BankWSO2
 
WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2
 
[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIsWSO2
 
[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native DeploymentWSO2
 
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”WSO2
 

Plus de WSO2 (20)

Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
How to Create a Service in Choreo
How to Create a Service in ChoreoHow to Create a Service in Choreo
How to Create a Service in Choreo
 
Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023Ballerina Tech Talk - May 2023
Ballerina Tech Talk - May 2023
 
Platform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on AzurePlatform Strategy to Deliver Digital Experiences on Azure
Platform Strategy to Deliver Digital Experiences on Azure
 
GartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdfGartnerITSymSessionSlides.pdf
GartnerITSymSessionSlides.pdf
 
[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes[Webinar] How to Create an API in Minutes
[Webinar] How to Create an API in Minutes
 
Modernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos IdentityModernizing the Student Journey with Ethos Identity
Modernizing the Student Journey with Ethos Identity
 
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
Choreo - Build unique digital experiences on WSO2's platform, secured by Etho...
 
CIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdfCIO Summit Berlin 2022.pptx.pdf
CIO Summit Berlin 2022.pptx.pdf
 
Delivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing ChoreoDelivering New Digital Experiences Fast - Introducing Choreo
Delivering New Digital Experiences Fast - Introducing Choreo
 
Fueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected ProductsFueling the Digital Experience Economy with Connected Products
Fueling the Digital Experience Economy with Connected Products
 
A Reference Methodology for Agile Digital Businesses
 A Reference Methodology for Agile Digital Businesses A Reference Methodology for Agile Digital Businesses
A Reference Methodology for Agile Digital Businesses
 
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
Workflows in WSO2 API Manager - WSO2 API Manager Community Call (12/15/2021)
 
Lessons from the pandemic - From a single use case to true transformation
 Lessons from the pandemic - From a single use case to true transformation Lessons from the pandemic - From a single use case to true transformation
Lessons from the pandemic - From a single use case to true transformation
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking Experiences
 
Building a Future-ready Bank
Building a Future-ready BankBuilding a Future-ready Bank
Building a Future-ready Bank
 
WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021WSO2 API Manager Community Call - November 2021
WSO2 API Manager Community Call - November 2021
 
[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs[API World ] - Managing Asynchronous APIs
[API World ] - Managing Asynchronous APIs
 
[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment[API World 2021 ] - Understanding Cloud Native Deployment
[API World 2021 ] - Understanding Cloud Native Deployment
 
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
[API Word 2021] - Quantum Duality of “API as a Business and a Technology”
 

Dernier

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Dernier (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

SOA Summer School: Best of SOA Summer School – Encore Session

  • 1. Wrap-Up Session Asanka Abeysinghe, Prabath Siriwardena, Ruwan Linton, Keith Chapman, Nandika Jayawardena, Milinda Pathirage.
  • 6. Agenda  SOA Enterprise Architecture Patterns  Use-Case #1 – MDM & EDA  Scalable SOA  Use-Case #2 – Service Broker Pattern, Functional Decomposition, Secured Subsystems, Service Encapsulation,  ESB and SOA  Security in SOA  Use-Case #3 – Aggregated Data Pattern and Logical Flows  Marshups for SOA  BPM and SOA  Use-Case #4 – Shared Repository, Version Identification Pattern, Compatible Change Pattern  SOA Governance  Use-Case #5 – Adapters and High Performance  C++ in SOA  Summary
  • 7. Patterns A generic solution for a common recurring problem.  Used it before  Error proof  Catalog to pick one  Feel comfortable
  • 8. SOA Patterns SA Patterns OO Patterns EAA Patterns EAI Patterns Other OO - Object-Oriented SA – Software Architecture EAI – Ent. Application Integration EAA – Ent. Application Architecture
  • 10. Solution Building Roadmap Requirements Business PatternsIntegration Patterns Application Patterns Runtime Patterns Product Mappings
  • 11. USE-Case-1 (Business Scenario) SOA infrastructure going to implement in an environment that contains legacy systems and legacy databases that running for a long time. Existing systems are error proof and the data is valuable to make decisions. Throw the old sys- tems away..... Data ? NO SOA $$$$
  • 12. USE-Case-1 (Pattern Mapping)  MDM (Master Data Management) Pattern  EDA (Event Driven Architecture)
  • 13. USE-Case-1 (Implementation) MDM
  • 14. USE-Case-1 (Implementation) cont.. MDM
  • 15. USE-Case-1 (Implementation) cont.. MDM EDA
  • 17. Web services clustering  Different servers  providing the same  service  Group communication  among the servers  Shared resources for  the cluster
  • 18. Motivation for Clustering  Achieving high availability and scalability  Enterprise Service Buses (ESB)   De­facto standard for integrating autonomous  entities  Could become the bottleneck in the system  High availability and high scalability critical  Ability to cluster is an essential functionality for an  ESB in a SOA deployment  Service hosting engines  Needs to be able to plug into clusters
  • 19. Scalability  Ability to    Handle growing amounts of work in a  graceful manner Or   Be readily enlarged
  • 20. Availability  The degree to which a system, subsystem, or  equipment is   Operable and in a committable state at the  start of a mission  When the mission is called for at an  unknown
  • 21. A Computer Cluster is...  A group of coupled computers that works  closely together  As if they were a single computerh
  • 22. State­full Session Aware Load  Balancing ● Transport and SOAP session Load Balancer
  • 23. Fail­Over with LB Load Balancer
  • 24. LB and FO Groups Load Balancer
  • 26. Dynamic LB (Cntd..) Load Balancer
  • 27. USE-Case-2 (Business Scenario) A system has connected a service client and a service in P2P. System is running on production. Backend Service development team decided to bring bunch of changes to the backend service(s).  Secure the backend service.  Change the service contract.  Bring multiple services instead of the single service. Change Again ? Service Client/Frontend developers PMs, Financial dept, HR Dept
  • 28. USE-Case-2 (Pattern Mapping)  Service Broker Pattern with ESB  Pipes and Filters  Transform  Route  Trusted Subsystems  Functional Decomposition  Service Encapsulation
  • 29. USE-Case-2 (Implementation) Pipes and filters Route Trusted subsystems
  • 30. USE-Case-2 (Implementation) cont.. Pipes and filters Mediation Route DBLookup Transform
  • 31. USE-Case-2 (Implementation) cont.. Pipes and filters Route
  • 32. USE-Case-2 (Implementation) cont.. Pipes and filters Route Functional decomposition Service encapsulation
  • 34. A common ESB definition “Any to any data connectivity and transformation (including Web Services) built on an advanced, proven, reliable middleware infrastructure”
  • 35. SOA can end up as spaghetti • Too many point-to-point links • Multiple protocols, different qualities of service • No clear picture of all available services
  • 36. An ESB can simplify SOA deployment Virtualization Perf Mgmt •Load balance •Throttle Transport matching Access control Message transform Logging and auditability Integrated Registry/ Repository Web-based console
  • 37. The Concentrator Pattern Mashup/Web Application Dashboard Concentrator ESB Consistent access, security, logging, audit, monitoring But no transformation .NET  CRM Apache C/C++ Data  service service Axis2  service service service
  • 38. The Federated ESB pattern Department ESB Enterprise ESB Routing, Audit Department ESB Department ESB
  • 39. Anti-Patterns  Anti-Pattern #1  Implement all your business logic in the ESB  Why not?  Mixing Infrastructure logic and Business Logic  Maintainability  Tooling and Skills  Anti-Pattern #2  Apply waterfall and application deployment approaches to the ESB  Long project cycles  No iterative approach  Why not?  Lose all flexibility and agility  Once the ESB becomes a static, code-driven system then you would be better off updating your applications
  • 40. Anti-Pattern #3  “Big Brother”  The ESB is hosted, managed and controlled by a central IT team  Because of organizational issues using the ESB is complex:  e.g.  It takes months of meetings to get access  The Central IT team is trying to recoup the investment and internally charges $000/year to use the ESB  The central IT deployment model holds up users  Departments and divisions actually sneak behind the ESB  Set up peer-to-peer communications  Avoid the ESB at all costs
  • 41. The biggest Anti-Pattern of all  Use an ESB because:  You heard it was a good idea  The salesman told you that you need one (over a nice dinner)  You need a new TLA on your resume/CV  Its an excuse to spend several months learning and going to conferences
  • 43. The Concentrator Pattern Mashup/Web Application Dashboard Concentrator ESB Consistent access, security, logging, audit, monitoring But no transformation .NET CRM Apache C/C++ Data service service Axis2 service service service
  • 44.
  • 45. Provides a single entry point and allows centralization of security enforcement for incoming and outgoing messages. Helps to apply transport-level and message- level security mechanisms required for securely communicating with a Web services endpoint.
  • 47. Authentication Module Authorization Mod- ule [PEP] LDA P Ser- Ser- Ser- vice A vice B vice C
  • 48. Authentication Module Authorization Mod- ule [PEP] LDA P Ser- Ser- Ser- PDP vice A vice B vice C
  • 49. Authentication Module Authorization Mod- ule [PEP] LDA P Ser- Ser- Ser- PDP vice A vice B vice C Policy Store
  • 50. Authentication Module Authorization Mod- ule [PEP] LDA P Ser- Ser- Ser- vice A vice B vice C PDP Policy Store
  • 51. Authentication PAP Module Authorization Mod- ule [PEP] LDA P Ser- Ser- Ser- vice A vice B vice C PDP Policy Store
  • 52. USE-Case-3 (Business Scenario) ABC company got several development groups that use various Time tracking applications developed on SOA to track the effort putting for the tasks. Accounts department needs various reports from these different Systems as a single view. Some reports go through a validation process through some sub-systems and the management wants to monitor the process.
  • 53. USE-Case-3 (Pattern Mapping)  Aggregated Data Pattern  Logical Flows
  • 56.
  • 57. Mashup Characteristics ● Situational application, consuming Web APIs ● Characteristics ● Lightweight ● Customized ● Aggregates data / Composes services ● Often combines personal and public data ● Recursive?
  • 61. Importance of Mashups in a  SOA ● Helps bridge users to your SOA ● Emails ● IM ● Feeds ● Create mock services ● Helps create a prototypes quickly ● Improves Agility
  • 63. What is a business process? • A process you need to run your business! • Any well-defined interaction between systems and people, triggered by events, using logical decision points, and with clearly defined flows
  • 64. Why business process matter? • Enterprise applications and information systems have became fundamental assets • Enterprise information systems can improve the efficiency of businesses through automation of business processes • To stay competitive applications must quickly and efficiently adept to changing business needs
  • 65. Business Process Management •Defining, Executing, and Monitoring Business Processes Typically long-running, stateful processes Model Innovate BPM Execute Monitor
  • 66. How does BPM fit with SOA •Business Process Management needs to connect to ‘operations’ –When processing an order, connect to the billing system and raise an invoice –When handling a problem ticket, connect to the ticket management system –Etc •These operations could be direct connection in-memory, but much more likely to be distributed •A service oriented architecture provides the best way to connect the BPM to the SOA
  • 67. BPM and SOA BPM Long running co­ordination state SOA Stateless service interactions Applications, Databases, Legacy Persistent application state
  • 68. How does BPM work? •Model –Create a visual map of your process •Refine –Convert that visual map into an executable process •Execute –Run that process •Monitor –Use built-in capabilities of the BPM platform to monitor the state of processes
  • 69. Executable business processes •There are many approaches to executable business processes: –XPDL –BPML –YAWL –jBPM –WS-BPEL 1.1 BPEL 2.0 The industry standard
  • 70. WS-BPEL • Orchestration language used to describe execution logic of Web services applications by defining their control flows and providing a way for partner services to share a common context • With WS-BPEL, you build a business process by integrating a collection of Web services into a business process flow
  • 71. Understanding the relationship between BPMN and BPEL •BPMN is like UML –Useful, especially as a higher level modeling approach –Allows formal modeling of processes by a business analyst –BPMN diagrams cannot be executed •BPMN 2.0 is looking to define a better path to execution •BPEL is like Java –Can be directly executed –Can be visualized using a graphical editor –Can be created using BPMN as a guide (refinement) –
  • 73. Monitoring Processes •A key benefit of BPM •Can range from: –Simple stats on processes –Inspect individual instances –View overall flows across a process map –Building custom business reports on specific measures •E.g. Sales / hour over the last week
  • 74. USE-Case-4 (Business Scenario) SOA development team needs to keep the metadata in a central Place, manage them version them and get ready for the changes. Same time looking to limit access to specific metadata sets.
  • 75. USE-Case-4 (Pattern Mapping)  Shared repository  Version identification  Compatible change
  • 78. Categorize  Metadata Control Monitor
  • 79. Implementation  Identify the SOA architecture  Identify the governance team  Pick a framework, product  Iterative process  Data entry, configuration, (approach)  Dry run  Live run  Govern your SOA infrastructure
  • 80. USE-Case-5 (Business Scenario) A C/C++ Development team wants to implement SOA application, they  Will be reusing some existing Java and .Net backend services.  They are more keen about the re­usability of services and performance.
  • 81. USE-Case-5 (Pattern Mapping)  Adapters
  • 83. Why use C++ ● C++ is still widely used in the industry due to ● Performance advantage of the native code ● Flexibility available from object oriented language ● Tight control over memory and CPU
  • 84. Typical applications that use  C++ ● Applications which require high performance and the ability to handle large volumes of data ● Financial Market Applications ● Large E-Commerce applications ● Banking Applications ● Telecommunication Systems ● Data Base Systems ● Applications which require tight control over memory and CPU ● Operating Systems (C/C++) ● Embedded Systems
  • 85. A Use­Case ● A legacy C++ system which has been performing useful work for a long time. This has remained isolated while all other systems in the organization evolved and connected together. ● Need to integrate this system with other applications to use its functionality in a broader perspective. ● Options ● Rewrite the system ( Costly ) ● Integrate using EAI ● Integrate using a native Web Services Stack
  • 86. A Use­Case SAP .N E T Legacy  System S e c u r e ,   R e lia b le ,   B in a r y   J2EE W e b  S e r v ic e s C IC S Java
  • 88. Native Web Services Stack ● What would you look from a native web services stack ? ● Support for Basic Web Services Standards ● Tooling for WSDL ● Portability ● Performance / Low memory foot print ● Security ● Ability to handle binary data ● Interoperability ● Asynchronous communication
  • 89. Portability ● My legacy application is running on platform 'X'. Does your Web Service stack run on it ? ● It can boil down to multitude of issues ● Differences in operating system versions ● Differences in build tool versions, compiler versions ● Dependency problems
  • 90. Performance ● Performance is a broad area. Usually Performance means response time. In another way, how many requests can the server handle per second ● However, performance depends on the system's hardware as well as load on the system ● Does the performance stay constant or does it degrade over time ● How does the performance vary with the size of the messages, load of the system
  • 91. Low Memory Foot Print ● Some servers take large amount of memory just to start up ● How much memory does it require to run efficiently ( Important in embedded systems) ● Does the memory usage stay constant while handling large xml messages, large binary content
  • 95. Contacts  Corporate web site: http://wso2.com  Developer portal: http://wso2.org  Business development team: bizdev@wso2.com
  • 96. Q&A