Building an Enterprise Service Bus Using Web Services and Apache Synapse V2

Total Page:16

File Type:pdf, Size:1020Kb

Building an Enterprise Service Bus Using Web Services and Apache Synapse V2 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Paul Fremantle VP of Technology WSO2 [email protected] Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 1 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. About Me Co-founder and VP of Technology and Partnerships at WSO2 ¾ The leading Open Source Web services company Co-Chair of the OASIS WSRX Technical Committee Committer on Apache Synapse Member of the Apache Software Foundation Co-author of Building Web Services in Java 2nd Edition http://bloglines.com/blog/paulfremantle Ex IBM Senior Technical Staff Member ¾ developed the IBM Web Services Gateway ¾ Apache WSIF, Apache Axis C/C++, JWSDL/WSDL4J Apache Woden Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 2 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Apache Synapse The Small Print Synapse is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Web Services PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. In other words… an incubator project for the moment Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 3 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Contents What is an ESB? A Web services based ESB Connect, Manage, Transform Apache Synapse ¾Structure and model ¾Deployment ¾Configuration ¾Programming model Examples and demo Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 4 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. What is an ESB? Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 5 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. A Common ESB Definition “Any to any data connectivity and transformation (including Web Services) built on an advanced, proven, reliable middleware infrastructure” Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 6 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. ESB Definition “Any to any data connectivity and transformation (including Web Services) built on an advanced, proven, reliable middleware infrastructure” which means Our existing middleware re-branded as an SOA platform, with some new web services adapters at the edges Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 7 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. So what is an Enterprise Service Bus? Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 8 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. A Bus Bus Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 9 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Busbar Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 10 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Bus Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 11 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. “The Original ESB” Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 12 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. What Is Good about ESBs? SOA based integration ¾More than just message passing ¾Metadata about the contracts involved • e.g. WSDL, Schema, Policy Bus model is very powerful ¾Every message goes into the “bus” and ends up in the right place Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 13 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. So Why Comments Like This: Anne Thomas Manes: ¾ “I do not believe that an ESB is an essential component of SOA. When it comes right down to it, you don't need any new products to do SOA. After all, SOA is about design, not technology.” ¾ “For the most part, ‘ESB’ is a marketing term.” ¾ “But by 2003, a bunch of other vendors hijacked the term and applied it to their own integration products.” Are ESBs a new lock-in point? Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 14 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Service Oriented Architecture Service Service Service Contract Contract Contract ESB Process Portal Call Center Management Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 15 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. The Only Common Data Model Service Service Service Contract Contract Contract XML, XML Schema Process Portal Call Center Management Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 16 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. The Only Common Interaction Models Service Service Service Contract Contract Contract HTTP 1.1 200 OK <soap:Envelope> Process Portal Call Center Management Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 17 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. What Do You Need for Enterprise Integration? Connectivity Data formats Security Reliability Routing Metadata Management Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 18 Colorado Software Summit:What October 22 – 27, 2006 Do You Need for © Copyright 2006, WSO2 Inc. Enterprise Integration? Connectivity ¾ Get data and messages from A to B Data formats ¾ Understand what shape the data is in Security ¾ Ensure end-to-end confidentiality, authentication, integrity Reliability ¾ Ensure message delivery Routing ¾ Decouple systems from the physical topology Metadata ¾ Understand what systems are there and what they offer and use Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 19 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. What Do You Get from Web Services? Connectivity ¾ Lightweight universal connectivity ¾ HTTP, REST, SOAP, XOP/MTOM (binary data) Data formats ¾ Common data model and data description language ¾ XML, XML Schema Security ¾ Encryption, Authentication, Single Signon ¾ WS-Security, WS-Trust, WS-SecureConversation Reliability ¾ Exactly once in-order delivery ¾ WS-ReliableMessaging Routing ¾ To/From/ReplyTo headers ¾ WS-Addressing Metadata ¾ Functional and non-functional description, capabilities and requirements ¾ WSDL, WS-Policy, XML Schema Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 20 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. So What Is Synapse? A Web Service intermediary Synapse.xml Ethernet Ethernet User Synapse mediators Extensions Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 21 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. The Synapse Pattern of an ESB Java J2EE JMS Axis2/Java S JAXWS Axis2/J CICS Legacy management DB2 Axis/C routing transformation PHP Web validation SAP security policy IMS S S Partner .net Gateway XML REST SOAP MTOM JSON Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 22 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. A Web Services Mediation Engine TP MT manage HT OM ST/ RE route S OAP/W /JMS SS transform XML auth XSLT, E4X SOAP/H HTTP x POJO validate TTP SOAP/ p x S a ge th e p r e g r java o S MS f l O /J AP AP JMX /W SO SS Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 23 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. What Does Synapse Do? Connect Manage Transform Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 24 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Connect Route messages ¾ Based on XPath, Regex, etc. Deal with mismatch ¾ Initiate/Terminate RM, WS-Sec Switch ¾ POX or REST to SOAP to JSON ¾ JMS to HTTP to SMTP Virtualisation ¾ Virtual URI to real URI mapping Paul Fremantle — Building an Enterprise Service Bus Using Web Services and Apache Synapse v2 Page 25 Colorado Software Summit: October 22 – 27, 2006 © Copyright 2006, WSO2 Inc. Connect Example <endpoint name=“realService" address=“http://wso2.com/axis2/services/myRealService”> </endpoint> <proxy name=“myVirtualService" description=“virtual endpoint“ transports="all"> <target endpoint=“realService"/> </proxy> Synapse
Recommended publications
  • Focus on Apache Camel 23 3.1 Classification
    Institute of Architecture of Application Systems University of Stuttgart Universitätsstraße 38 D–70569 Stuttgart Diploma Thesis No. 3480 Complete Enterprise Topologies with routing information of Enterprise Services Buses to enable Cloud-migration Andre Grund Course of Study: Software Engineering Examiner: Prof. Dr. Frank Leymann Supervisor: Dipl.-Inf. Tobias Binz Commenced: May 01, 2013 Completed: October 28, 2013 CR-Classification: E.1, K.6 Abstract The Enterprise Service Bus is an important part of todays enterprise IT landscape. It offers the integration of applications build on different platforms without adaptation. This is accomplished by offering message transformation and routing capabilities of client requests to the designated endpoint service. However, Enterprise Service Buses also introduce an additional indirection between the client and the called backend application. Enterprise Topology Graphs capture a snapshot of the whole enterprise IT and are used in various use cases for analysis, migration, adaptation, and optimization of IT. The focus of this work is to enhance the ETG model with structural and statistical information about an enterprise. However, due to the decoupled architecture the information is hidden inside the ESB and not directly accessible. Furthermore, the arrangement and semantics of the routing entities are unknown. The existing ETG Framework includes the automated discovery and maintenance of ETGs, but offers no solution for ESB components in the enterprise IT. This thesis provides an in depth analysis of the ESBs Apache Camel and Apache Synapse. It applies information gathering concepts and evaluate them with a prototypical implementation of an ETG Framework plugin. Using tailored information gathering and presentation methods to enhance ETGs with routing information.
    [Show full text]
  • SOA and Open Source
    SOA and Open Source Service Business Ma Consumers Systems Portals Web Apps M nageme onitorin g ance Business Process n nn Management t & Composite Services Gover CEP -CEP B AA SO Core Services Business AM Systems COTS Legacy Inhouse Magnus Larsson Callista Enterprise AB Vendor support of Open Source SOA • Vendors provide services for training, consulting and support on selected Open Source SOA products • MuleSource – Over 1000 mission-critical production installations worldwide! – http:// www.mu lesou rce .co m/custo me rs/casestud ies .p hp •WSO2 – http://wso2.com/about/whitepapers/ • Progress FUSE – http://fusesource.com/resources/collateral/ SOA and Open Source Copyright 2009, Callista Enterprise AB Building a SOA Reference Model… Service Business Portals Web Apps Consumers Systems Business Systems COTS Legacy Inhouse SOA and Open Source Copyright 2009, Callista Enterprise AB Building a SOA Reference Model… • Connectivity Service Business - SOAP, Rest, Messaging, Database, FTP… Portals Web Apps Consumers Systems • Transformation - XML, CSV, Fixed Position… • Routing - Header and/or Content based • Enterprise Integration Patterns - Splitting, Aggregation, Resequencing… Core Services Business Systems COTS Legacy Inhouse SOA and Open Source Copyright 2009, Callista Enterprise AB Building a SOA Reference Model… Composite Services Service Business Portals Web Apps Consumers Systems ‐ Course Grained ‐ Internal Messaging High performance access to other services CitComposite Services Core Services Business Systems COTS Legacy Inhouse SOA
    [Show full text]
  • Return of Organization Exempt from Income
    OMB No. 1545-0047 Return of Organization Exempt From Income Tax Form 990 Under section 501(c), 527, or 4947(a)(1) of the Internal Revenue Code (except black lung benefit trust or private foundation) Open to Public Department of the Treasury Internal Revenue Service The organization may have to use a copy of this return to satisfy state reporting requirements. Inspection A For the 2011 calendar year, or tax year beginning 5/1/2011 , and ending 4/30/2012 B Check if applicable: C Name of organization The Apache Software Foundation D Employer identification number Address change Doing Business As 47-0825376 Name change Number and street (or P.O. box if mail is not delivered to street address) Room/suite E Telephone number Initial return 1901 Munsey Drive (909) 374-9776 Terminated City or town, state or country, and ZIP + 4 Amended return Forest Hill MD 21050-2747 G Gross receipts $ 554,439 Application pending F Name and address of principal officer: H(a) Is this a group return for affiliates? Yes X No Jim Jagielski 1901 Munsey Drive, Forest Hill, MD 21050-2747 H(b) Are all affiliates included? Yes No I Tax-exempt status: X 501(c)(3) 501(c) ( ) (insert no.) 4947(a)(1) or 527 If "No," attach a list. (see instructions) J Website: http://www.apache.org/ H(c) Group exemption number K Form of organization: X Corporation Trust Association Other L Year of formation: 1999 M State of legal domicile: MD Part I Summary 1 Briefly describe the organization's mission or most significant activities: to provide open source software to the public that we sponsor free of charge 2 Check this box if the organization discontinued its operations or disposed of more than 25% of its net assets.
    [Show full text]
  • Avaliando a Dívida Técnica Em Produtos De Código Aberto Por Meio De Estudos Experimentais
    UNIVERSIDADE FEDERAL DE GOIÁS INSTITUTO DE INFORMÁTICA IGOR RODRIGUES VIEIRA Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais Goiânia 2014 IGOR RODRIGUES VIEIRA Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais Dissertação apresentada ao Programa de Pós–Graduação do Instituto de Informática da Universidade Federal de Goiás, como requisito parcial para obtenção do título de Mestre em Ciência da Computação. Área de concentração: Ciência da Computação. Orientador: Prof. Dr. Auri Marcelo Rizzo Vincenzi Goiânia 2014 Ficha catalográfica elaborada automaticamente com os dados fornecidos pelo(a) autor(a), sob orientação do Sibi/UFG. Vieira, Igor Rodrigues Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais [manuscrito] / Igor Rodrigues Vieira. - 2014. 100 f.: il. Orientador: Prof. Dr. Auri Marcelo Rizzo Vincenzi. Dissertação (Mestrado) - Universidade Federal de Goiás, Instituto de Informática (INF) , Programa de Pós-Graduação em Ciência da Computação, Goiânia, 2014. Bibliografia. Apêndice. Inclui algoritmos, lista de figuras, lista de tabelas. 1. Dívida técnica. 2. Qualidade de software. 3. Análise estática. 4. Produto de código aberto. 5. Estudo experimental. I. Vincenzi, Auri Marcelo Rizzo, orient. II. Título. Todos os direitos reservados. É proibida a reprodução total ou parcial do trabalho sem autorização da universidade, do autor e do orientador(a). Igor Rodrigues Vieira Graduado em Sistemas de Informação, pela Universidade Estadual de Goiás – UEG, com pós-graduação lato sensu em Desenvolvimento de Aplicações Web com Interfaces Ricas, pela Universidade Federal de Goiás – UFG. Foi Coordenador da Ouvidoria da UFG e, atualmente, é Analista de Tecnologia da Informação do Centro de Recursos Computacionais – CERCOMP/UFG.
    [Show full text]
  • Hypotheses Verification for High Precision Cohesion Metric
    International Journal of Computer Science and EngineEngineeringering Open Access Research Paper Volume-2, Issue-4 E-ISSN: 2347-2693 Hypotheses Verification for High Precision Cohesion Metric Kayarvizhy N 1*, Kanmani S 2 and Rhymend Uthariaraj V 3 1*Department of Computer Science and Engineering, AMC Engineering College, India 2 Department of Information Technology, Pondicherry Engineering College, India 3Ramanujan Computing Centre, India www.ijcaonline.org Received: 03/03/2014 Revised: 19/03/2014 Accepted: 15/04/201x4 Published: 30/04/2014 Abstract— Metrics have been used to measure many attributes of software. For object oriented software, cohesion indicates the level of binding of the class elements. A class with high cohesion is one of the desirable properties of a good object oriented design. A highly cohesive class is less prone to faults and is easy to develop and maintain. Several object oriented cohesion metrics have been proposed in the literature. In this paper, we propose a new cohesion metric, the High Precision Cohesion Metric (HPCM) to overcome the limitations of the existing cohesion metrics. We also propose seven hypotheses to investigate the relationship between HPCM and other object oriented metrics. The hypotheses are verified with data collected from 500 classes across twelve open source Java projects. We have used Pearson’s coefficient to analyze the correlation between HPCM and the metrics in the hypotheses. To further bolster our results we have included p-value to confirm the statistical significance of the findings. Keywords—Object Oriented Metrics; Cohesion; High Precision I. INTRODUCTION values. Li and Henry [10] proposed their version of lack of Object oriented design and development continues to be the cohesion (LCOM3) as the number of connected components most widely used methodology for designing high quality in a graph with methods as node and edges between each software.
    [Show full text]
  • Full-Graph-Limited-Mvn-Deps.Pdf
    org.jboss.cl.jboss-cl-2.0.9.GA org.jboss.cl.jboss-cl-parent-2.2.1.GA org.jboss.cl.jboss-classloader-N/A org.jboss.cl.jboss-classloading-vfs-N/A org.jboss.cl.jboss-classloading-N/A org.primefaces.extensions.master-pom-1.0.0 org.sonatype.mercury.mercury-mp3-1.0-alpha-1 org.primefaces.themes.overcast-${primefaces.theme.version} org.primefaces.themes.dark-hive-${primefaces.theme.version}org.primefaces.themes.humanity-${primefaces.theme.version}org.primefaces.themes.le-frog-${primefaces.theme.version} org.primefaces.themes.south-street-${primefaces.theme.version}org.primefaces.themes.sunny-${primefaces.theme.version}org.primefaces.themes.hot-sneaks-${primefaces.theme.version}org.primefaces.themes.cupertino-${primefaces.theme.version} org.primefaces.themes.trontastic-${primefaces.theme.version}org.primefaces.themes.excite-bike-${primefaces.theme.version} org.apache.maven.mercury.mercury-external-N/A org.primefaces.themes.redmond-${primefaces.theme.version}org.primefaces.themes.afterwork-${primefaces.theme.version}org.primefaces.themes.glass-x-${primefaces.theme.version}org.primefaces.themes.home-${primefaces.theme.version} org.primefaces.themes.black-tie-${primefaces.theme.version}org.primefaces.themes.eggplant-${primefaces.theme.version} org.apache.maven.mercury.mercury-repo-remote-m2-N/Aorg.apache.maven.mercury.mercury-md-sat-N/A org.primefaces.themes.ui-lightness-${primefaces.theme.version}org.primefaces.themes.midnight-${primefaces.theme.version}org.primefaces.themes.mint-choc-${primefaces.theme.version}org.primefaces.themes.afternoon-${primefaces.theme.version}org.primefaces.themes.dot-luv-${primefaces.theme.version}org.primefaces.themes.smoothness-${primefaces.theme.version}org.primefaces.themes.swanky-purse-${primefaces.theme.version}
    [Show full text]
  • Towards Identifying Software Project Clusters with Regard to Defect Prediction
    Towards identifying software project clusters with regard to defect prediction Marian Jureczko, Wroc!aw University of Technology Lech Madeyski, Wroc!aw University of Technology Agenda •! Introduction •! Data acquisition •! Study design •! Results •! Conclusions Introduction Motivation – Why defect prediction? 20% of classes contain 80% of defects We can use the software metrics to predict error prone classes and therefore prioritize and optimize tests. Motivation – Why clustering projects? •! Defect prediction is sometime impossible because lack of training data: –! It may be the first release of a project –! The company or the project may be to small to afford collecting training data •! With well defined project clusters the cross-project defect prediction will be possible Definitions •!Defect -! Interpreted as a defect in the investigated project -! Commented in the version control system (CVS or SVN) •!Defect prediction model Values of Metrics for a given java class Estimated •!WMC = ... Number •!DIT = ... Model of •!NOC = ... •!CBO = ... Defects •!RFC = … •!LCOM = … •!Ca=... •!.... Data acquisition •! 19 different metrics were calculated with the CKJM tool (http://gromit.iiar.pwr.wroc.pl/p_inf/ckjm) •! Chidamber & Kemerer metrics suite •! QMOOD metrics suite •! Tang, Kao and Chen’s metrics (C&K quality oriented extension) •! Cyclomatic Complexity, LCOM3, Ca, Ce and LOC •! Defects were collected with BugInfo ( http://kenai.com/projects/buginfo) Compare CVS/SVN Bug CVS log against given & SVN regular expression metrics repository Data
    [Show full text]
  • Kuali Student Service System: Technical Architecture Phase 1 Recommendations
    Kuali Student Service System Technical Architecture Phase 1 Recommendations Kuali Student Service System Technical Architecture Phase 1 Recommendations December 31 2007 Kuali Student Technical Team Technical Architecture Phase 1 deliverables 2/14/2008 1 Kuali Student Service System Technical Architecture Phase 1 Recommendations Table of Contents 1 OVERVIEW ........................................................................................................................ 4 1.1 REASON FOR THE INVESTIGATION ................................................................................... 4 1.2 SCOPE OF THE INVESTIGATION ....................................................................................... 4 1.3 METHODOLOGY OF THE INVESTIGATION .......................................................................... 4 1.4 CONCLUSIONS ............................................................................................................... 5 1.5 DECISIONS THAT HAVE BEEN DELAYED ............................................................................ 6 2 STANDARDS ..................................................................................................................... 7 2.1 INTRODUCTION .............................................................................................................. 7 2.2 W3C STANDARDS .......................................................................................................... 7 2.3 OASIS STANDARDS ......................................................................................................
    [Show full text]
  • Edge-To-Business Value Chain Delivery Via Elastic Telemetry of Cyber-Physical Systems
    Edge-to-Business Value Chain Delivery via Elastic Telemetry of Cyber-Physical Systems DISSERTATION zur Erlangung des akademischen Grades Doktor der Technischen Wissenschaften eingereicht von Soheil Qanbari Matrikelnummer 1129801 an der Fakultät für Informatik der Technischen Universität Wien Betreuung: Univ.Prof. Dr. Schahram Dustdar Diese Dissertation haben begutachtet: Prof. Dr. Schahram Dustdar Prof. Dr. Frank Leymann Wien, 2. Dezember 2015 Soheil Qanbari Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Edge-to-Business Value Chain Delivery via Elastic Telemetry of Cyber-Physical Systems DISSERTATION submitted in partial fulfillment of the requirements for the degree of Doktor der Technischen Wissenschaften by Soheil Qanbari Registration Number 1129801 to the Faculty of Informatics at the Vienna University of Technology Advisor: Univ.Prof. Dr. Schahram Dustdar The dissertation has been reviewed by: Prof. Dr. Schahram Dustdar Prof. Dr. Frank Leymann Vienna, 2nd December, 2015 Soheil Qanbari Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Erklärung zur Verfassung der Arbeit Soheil Qanbari Schwemmgasse 2/3/55A, 1020 Wien, Austria Hiermit erkläre ich, dass ich diese Arbeit selbständig verfasst habe, dass ich die verwen- deten Quellen und Hilfsmittel vollständig angegeben habe und dass ich die Stellen der Arbeit – einschließlich Tabellen, Karten und Abbildungen –, die anderen Werken oder dem Internet im Wortlaut oder dem Sinn nach entnommen sind, auf jeden Fall unter Angabe der Quelle als Entlehnung kenntlich gemacht habe. Wien, 2. Dezember 2015 Soheil Qanbari v Danksagung “Betrachte den Menschen als ein Bergwerk, reich an Edelsteinen von unschätzbarem Wert.
    [Show full text]
  • REST Gateway Demo Documentation Release 1.0
    REST Gateway Demo Documentation Release 1.0 Hiranya Jayathilaka September 07, 2015 Contents 1 Introduction 3 1.1 Backend SOAP Service.........................................3 1.2 Synapse ESB Configuration.......................................4 1.3 Sample Client Scripts..........................................4 2 Getting Familiar with Apache Synapse5 2.1 Simple Proxy Services..........................................6 2.2 Messaging Model............................................7 2.3 REST API Support............................................7 2.4 More Documentation and Samples...................................8 2.5 Configuration Language.........................................8 2.6 WSO2 ESB................................................8 3 REST Gateway Tutorial 11 3.1 Prerequisites............................................... 11 3.2 Setting Up the Backend Server...................................... 11 3.3 Setting Up the ESB............................................ 13 3.4 Running the REST Client........................................ 14 3.5 Testing Content Negotiation....................................... 15 3.6 Tracing Messages............................................ 17 4 REST Gateway Implementation 19 4.1 Order API (StarbucksOrderAPI)..................................... 19 4.2 Order List API (StarbucksOrderListAPI)................................ 20 4.3 Error Handling.............................................. 21 5 Indices and tables 23 i ii REST Gateway Demo Documentation, Release 1.0 Contents: Contents 1 REST
    [Show full text]
  • WSO2 Administration Guide
    WSO2 Administration Guide WSO2 Administration Guide Documentation Carbon 4.4.x Platform 1 WSO2 Administration Guide Table of Contents 1. WSO2 Administration Guide . 5 1.1 Deployment and Clustering . 5 1.1.1 Key Concepts . 6 1.1.1.1 Clustering Overview . 6 1.1.1.2 Load Balancing . 7 1.1.1.3 Separating the Worker and Manager Nodes . 8 1.1.1.4 Sharing Databases in a Cluster . 10 1.1.1.5 Sticky Sessions with Manager Nodes . 11 1.1.2 Production Deployment Guidelines . 12 1.1.2.1 Security Guidelines for Production Deployment . 19 1.1.2.2 Troubleshooting in Production Environments . 25 1.1.3 Configuring rsync for Deployment Synchronization . 28 1.2 Data Stores . 29 1.2.1 Working with Databases . 30 1.2.1.1 Setting up the Physical Database . 30 1.2.1.1.1 Setting up IBM DB2 . 30 1.2.1.1.2 Setting up IBM Informix . 33 1.2.1.1.3 Setting up H2 . 34 1.2.1.1.4 Setting up MariaDB . 36 1.2.1.1.5 Setting up Microsoft SQL . 37 1.2.1.1.6 Setting up MySQL . 38 1.2.1.1.7 Setting up a MySQL Cluster . 40 1.2.1.1.8 Setting up Oracle . 40 1.2.1.1.9 Setting up Oracle RAC . 41 1.2.1.1.10 Setting up PostgreSQL . 43 1.2.1.1.11 Setting up Derby . 44 1.2.1.2 Changing the Carbon Database . 44 1.2.1.2.1 Changing to Embedded Derby .
    [Show full text]
  • Open Source SOA
    Jeff Davis MANNING Open Source SOA Licensed to Venkataramanan Tharagam <[email protected]> Licensed to Venkataramanan Tharagam <[email protected]> Open Source SOA JEFF DAVIS MANNING Greenwich (74° w. long.) Licensed to Venkataramanan Tharagam <[email protected]> For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact Special Sales Department Manning Publications Co. Sound View Court 3B fax: (609) 877-8256 Greenwick, CT 06830 email: [email protected] ©2009 by Manning Publications Co. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps. Recognizing the importance of preserving what has been written, it is Manning’s policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine. Development Editor: Cynthia Kane Manning Publications Co. Copyeditor: Liz Welch Sound View Court 3B Typesetter: Krzysztof Anton Greenwich, CT 06830 Cover designer: Leslie Haimes ISBN 978-1-933988-54-2 Printed in the United States of America 12345678910–MAL–16151413111009 Licensed to Venkataramanan Tharagam <[email protected]> brief contents PART 1HISTORY AND PRINCIPLES ...........................................
    [Show full text]