30
Last Updated: Jan. 2014 Director, Security Architecture Prabath Siriwardena Enterprise Integra:on with WSO2 ESB 05 th , Feb 2014

Enterprise Integration with WSO2 ESB

  • Upload
    wso2

  • View
    751

  • Download
    2

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Enterprise Integration with WSO2 ESB

Last Updated: Jan. 2014

Director,  Security  Architecture  Prabath  Siriwardena  

Enterprise  Integra:on  with    

WSO2  ESB  

05th,  Feb  2014  

Page 2: Enterprise Integration with WSO2 ESB

2  

About  WSO2  ๏  Global  enterprise,  founded  in  2005  

by  acknowledged  leaders  in  XML,  web  services    technologies,  standards    and  open  source  

๏  Provides  only  open  source  plaLorm-­‐as-­‐a-­‐service  for  private,  public  and  hybrid  cloud  deployments  

๏  All  WSO2  products  are  100%  open  source  and  released  under  the  Apache  License  Version  2.0.  

๏  Is  an  Ac:ve  Member  of  OASIS,  Cloud  Security  Alliance,  OSGi  Alliance,  AMQP  Working  Group,  OpenID  Founda:on  and  W3C.  

๏  Driven  by  Innova:on  

๏  Launched  first  open  source  API  Management  solu:on  in  2012  

๏  Launched  App  Factory  in  2Q  2013  

๏  Launched  Enterprise  Store  and  first  open  source  Mobile  solu:on  in  4Q  2013  

Page 3: Enterprise Integration with WSO2 ESB

3  

What  we  Deliver  

Page 4: Enterprise Integration with WSO2 ESB

4  

Business  Model  

Page 5: Enterprise Integration with WSO2 ESB

5  

๏  Published  by  PACKT  –  Oct  2013  

๏  Covers  a  set  of  commonly  used  integra:on  paYerns.  

๏  hYp://www.packtpub.com/enterprise-­‐integra:on-­‐with-­‐wso2-­‐esb/book  

๏  www.amazon.com/Enterprise-­‐Integra:on-­‐WSO2-­‐Prabath-­‐Siriwardena/dp/1783280190  

 

 

Page 6: Enterprise Integration with WSO2 ESB

•  A design paradigm and discipline - used by IT to improve its ability to quickly and efficiently meet business demands.

•  A style of software architecture that is modular, distributed and loosely coupled.

•  Componentization – The main driver of SOA Business Functionalities are implemented in different Business

•  Components •  Business Components provide their functionality to its

consumers as a ‘Service’ with the well-defined service interfaces.

Service  Oriented  Architecture  

Page 7: Enterprise Integration with WSO2 ESB

Modern Enterprises���

Comprised of so many Systems and Services built based on open standards, custom-built, acquired from a third party,

part of a legacy system or any such combination

Integration ���

Organizations move away from monolithic systems���Multiple Systems connected via SOA as the blue print

Why  ESB  ?  

Page 8: Enterprise Integration with WSO2 ESB

Spaghea  Integra:on  Dilemma  

Page 9: Enterprise Integration with WSO2 ESB

An ESB is a middleware solution that enables interoperability among heterogeneous environments using a service-oriented model. An ESB

models an application endpoint as a service. The ESB may host the service agent locally, or the service may execute remotely. In both cases, the ESB provides an abstraction layer that virtualizes the service and separates it

from infrastructure concerns. The ESB makes the service accessible to other applications via one or more middleware protocols. As a general rule, one of the protocols that an ESB supports is Simple Object Access Protocol (SOAP), but it doesn't require all services to communicate via SOAP. The

ESB mediates interactions between service endpoints and enables dissimilar systems to interoperate.

What  is  ESB  ?  

Page 10: Enterprise Integration with WSO2 ESB

Message Routing.

ESB performs message routing either based on predefined/derived paths or based on the content of

the incoming message.

What  ESB  does  ?  

Page 11: Enterprise Integration with WSO2 ESB

Protocol Switching.

This could be from HTTP/ HTTPS to FTP or SMTP or any other protocol.

What  ESB  does  ?  

Page 12: Enterprise Integration with WSO2 ESB

Message Transformations.

The backend SOAP services can be exposed to REST/JSON clients and the ESB will take care of the

message transformation.

What  ESB  does  ?  

Page 13: Enterprise Integration with WSO2 ESB

Expose legacy systems through a standard interface.

We may need to develop adaptors and plug those into

the ESB while exposing legacy systems as standard services to the outside. The adaptors will take care of transforming the incoming messages to the message

formats expected by the legacy systems.

What  ESB  does  ?  

Page 14: Enterprise Integration with WSO2 ESB

Expose business functionalities through service orchestration.

ESB should be able to expose proxy services to cater

some business functionalities by wrapping some concrete backend services.

What  ESB  does  ?  

Page 15: Enterprise Integration with WSO2 ESB

Handling Versioning.

By decoupling the service from the client and exposing it through an ESB allows handling versioning

at the perimeter level. When a new version of a service been added to the system, which could

possibly break the service contract with old clients, the EBS can still transform the requests from old

clients into the new format.

What  ESB  does  ?  

Page 16: Enterprise Integration with WSO2 ESB

Centralized policy enforcement point for authentication, authorization and

throttling.

Security can be enforced at the ESB while the concrete backend services either could be secured or

non-secured.

What  ESB  does  ?  

Page 17: Enterprise Integration with WSO2 ESB

Centralized auditing and monitoring.

As all the messages pass through the ESB, this is one of the best places to do auditing and monitoring. In case of WSO2 ESB, it can be easily integrated with

WSO2 BAM (Business Activity Monitor).

What  ESB  does  ?  

Page 18: Enterprise Integration with WSO2 ESB

Message screening and schema validation.

Doing message screening and schema validation at the perimeter level could help to drop invalid messages as

early as in the message processing flow. Hence lowering the chances for a Denial of Service attack.

What  ESB  does  ?  

Page 19: Enterprise Integration with WSO2 ESB

Reliable message store.

In addition to all the above functionalities, the Service Gateway also could act as a reliable message store. It can persist messages and deliver those to backend services when they are available. Also, the message

store can be used to match the rate limits expected by backend services.

What  ESB  does  ?  

Page 20: Enterprise Integration with WSO2 ESB

• A lightweight, high performance ESB • Feature rich and standards compliant – SOAP and WS-* standards��� – REST support��� – Domain specific protocol support (e.g.: FIX, HL7)

• User friendly and highly extensible���• 100% free and open source with commercial support. • Built on top of WSO2 Carbon.

WSO2  ESB  

Page 21: Enterprise Integration with WSO2 ESB

•  Content-Based Router, Enterprise Integration Pattern explains how to handle a scenario where a single logical function being implemented across multiple different systems.

Content-­‐Based  Router  

Page 22: Enterprise Integration with WSO2 ESB

•  The Dynamic Router, Enterprise Integration Pattern explains how to avoid dependency of the router on all possible destinations / business services while maintaining its efficiency.

•  The Dynamic router can be self-configured based on special configuration messages from participating destinations.

•  Each business service has to announce their capabilities and Dynamic Router will maintain a list of them.

Dynamic  Router  

Page 23: Enterprise Integration with WSO2 ESB

•  Splitter, Enterprise Integration Pattern explains how to handle a scenario where the incoming request brings multiple elements in it and each element needs to be handled in a separate manner

SpliYer  

Page 24: Enterprise Integration with WSO2 ESB

•  Aggregator EIP talks about combining the results of individual but related messages, so the result can be processed as a whole.

Aggregator  

Page 25: Enterprise Integration with WSO2 ESB

•  Scatter and Gather Enterprise Integration Pattern explains how to handle a scenario where the incoming request has to be handled by multiple recipients and each recipient will reply back to form an aggregated response.

ScaYer  and  Gather  

Page 26: Enterprise Integration with WSO2 ESB

•  Service Chaining Enterprise Integration Pattern explains how to handle a scenario where the incoming request has to be orchestrated through multiple business services in an order.

Service  Chaining  

Page 27: Enterprise Integration with WSO2 ESB

•  Publish & Subscribe, Enterprise Integration Pattern explains how to handle a scenario where one needs to publish events to all the interested parties without maintaining any hard coupling between those.

Publish  &  Subscribe  

Page 28: Enterprise Integration with WSO2 ESB

•  The Message Store Enterprise Integration Pattern explains how to capture information about each message in a central location. Also, the Message Store can be used to match the rate limits expected by backend services.

Message  Store  

Page 29: Enterprise Integration with WSO2 ESB

29  

๏  hYp://wso2.com/products/enterprise-­‐service-­‐bus/  

๏  eBay  case  study  :  hYp://wso2.com/casestudies/ebay-­‐uses-­‐100-­‐open-­‐source-­‐wso2-­‐esb-­‐to-­‐process-­‐more-­‐than-­‐1-­‐billion-­‐transac:ons-­‐per-­‐day/  

๏  hYp://wso2.com/library/on-­‐demand-­‐webinars/  

 

Page 30: Enterprise Integration with WSO2 ESB

Contact  us  !