340 likes | 442 Views
Xinke Lin Andreas Häber Veena Dodballapur. Demystifying SOA and EDA. Overview. Driving forces for new architecture styles Architecture Style, Advantages and Limitations SOA EDA Comparison and Complementary aspects Fabricated Case Study. Driving Forces. Complexity
E N D
Xinke Lin Andreas Häber Veena Dodballapur Demystifying SOA and EDA
Overview • Driving forces for new architecture styles • Architecture Style, Advantages and Limitations • SOA • EDA • Comparison and Complementary aspects • Fabricated Case Study
Driving Forces • Complexity • Integration of Heterogenous Components • Number of Interfaces • Reuse of Code • Meet Requirements at low Costs
Issues With Existing Systems • Tightly Coupled • Too Static • Inflexible • Not Extensible • Not Standardized
Service Oriented Architecture • Definition • “The set of components which can be invoked and whose interface definitions can be published and discovered .“ (W3C) • Is it new ? • Distributed Computing • CORBA
Service Oriented Architecture Architectural Elements • Producers • Consumers • Contract • Service Repository • Transport
SOA Characteristics • Discoverable and dynamically bound • Self-contained and modular • Interoperability • Loosely coupled • Coarse-grained interfaces • Location-transparent
SOA In Real World • Web Services • Web services specifies guidelines on how services interact; that is, it is the tactical implementation of an SOA model most commonly seen in SOAP messages delivered over HTTP. • Examples • Financial Systems – Credit Card Checking • B2B Communication
SOA - Advantages • Business Benefits • Can respond quickly to marketplace changes • Improves customer service • Business flexibility • IT Benefits • Gives a more responsive IT organisation • Decreases development and deployment cycle times • Reduces maintenance costs • Enhances existing IT systems
SOA - Limitations • Team management • SOA is good only for interactions of logically 'separate' systems • Not a solution for all problems • Many-Many Communication • Push Model • Asynchronous communication
Event Driven Architecture • Definition “The term event driven architecture refers to any application that can detect report and react intelligently to changes in condition.”
EDA - Features • Individually captures unpredictable, asynchronous events occurring in parallel • Senses real-time events and conditions in business environment/databases • Initiates appropriate response, action, or process • Modifies processes in real-time for optimal response to changing conditions
Forces Behind EDA Development • Business Demand Event Driven Design • SOA promotes EDA • Vendors offering Enabling Tools • Standards • Infrastructure and Network technology has improved a great extent
EDA - Characteristics • Publish – Subscribe • Notify Subscribers selectively • De-coupled • No Contract • Publisher and Subscriber have no knowledge • Asynchronous Push Communication • Many to many
EDA – Architectural Elements • Architectural Elements • Event Receptors • Event Processors • Transport • Event Management Application Program Interfaces
EDA – Implementation Styles • Simple Event Driven • Simple MOM Middleware • Event Driven Applications with Integration brokers • Business Process Management • Complex Event Processing • Business ActivityMonitoring
EDA - Advantages • Maintainability • Same Data needs to reach many destinations • Integration • Reusability • Reduced Costs • Stakeholder Communication
EDA - Limitations • Team management • Incomplete Standards • Testability • Inexperience of Architects • Not a solution for all problems
Why they complement each other • Does not need to be Mutually Exclusive • Events invoking Services or Triggered by Services • EDA’s being Service Oriented • Standard sharing • Different use of data
Fabricated Use Case – Medical System • “MRS” is a major referralhospital and offers a comprehensive range of community health services. It has a number of physicians working in different areas. • The hospital is the consumer and provider of services to a number of people, organizations and institutions. One of the challenges the hospital faces is the number of manual processes it has to cope with. • The challenge of the new architecture is to simplify the workflows and eliminate many processes, replacing them with automated applications. • Some Goals • Reduce risk, Accelerate transaction settlement • Provide extensibility and easy integration of existing and new components • Be scalable
Scenarios Considered • Requesting services from the laboratory to examine tests. • Referring patients to the hospital. • Re-ordering of medicines automatically when they go out of stock • Billing of insurance companies when the patient has any insurance claims. • Providing up-to-date information for doctors in the hospital about new drugs.
Services – Solution • Drug Supplies Services • track of drug information, stock etc • Patient Referring Services • refer a patient to the hospital. • Insurance Services • insurance aspects of the system. • Pharmaceutical Advertising Services • notify subscribers about new drugs • Laboratory Services • clinical and microbiological services
Conclusion • Business Processes, their management and design will certainly be benefited by SOA and EDA • Enormous financial and strategic benefits to enterprises obtained by implementing them • EDA and SOA have distinct styles • Enterprises will be benefited by looking at them as complementary architecture styles