Websphere Integration Developer v612
Table of Contents
Completed StockQuote Application (Mediation Flow)
How to build the StockQuote Application (Mediation Flow)
Completed StockQuote Application (Mediation Flow)
Related links | |
Source | Websphere Integration Developer 6.1.2 runtime |
Introduction | The Stock Quote sample demonstrates how you can easily integrate different services and manipulate messages at runtime without affecting the client applications.
This integration is achieved through the Service Component Architecture and mediation functionality provided by the WebSphere® Enterprise Service Bus. The StockQuote mediation service is built with the business integration tools for building mediations: the assembly editor and the mediation flow editor. Mediation flows intercept and modify messages that are passed between existing services (providers) and clients (requesters) that want to use those services.
This sample runs on WebSphere Enterprise Service Bus v 6.1 or WebSphere Process Server v 6.1. |
Overview | This Stock Quote sample addresses the business need of a financial services company that provides an interactive Web-based stock market service to its customers. The company wants to differentiate itself from its competition by offering tiered levels of service. The company's goal is to offer delayed stock quotes to their standard customers and real-time quotes to their premium customers, that is, customers who pay a subscription. The company wants to:
|
StockQuote Application
Business Integration View
The business integration view shows all the resources used by the application (i.e data types, interfaces, etc..).
Assembly Diagram
The Assembly Diagram shows all the components used by the application (i.e export component, mediation flow component, and import components).
| |
StockQuote_MediationFlow - Request
This is the completed StockQuote_MediationFlow: Request | |
StockQuote_MediationFlow - Response
This is the completed StockQuote_MediationFlow: Response |
Steps |
| |||
Step1 Build the library Resources such as interfaces and business objects should be contained in libraries so that they can be easily shared by modules. Start building the Stock Quote sample by creating the resources library and its contents.
| Completed Resource library WSDL File Note: use the wsdl file found in IBM Websphere Integration Developer 6.1.2. E:Program FilesIBMSDP70Sharedpluginscom.ibm.wbit.samples.content_6.1.200.v20080615_0659artifactsstockquotewsdl Business objects diagram Interface diagram | |||
Step2 Build a Mediation Module Create a mediation module called StockQuote. Configure it to use the Resources library and to generate a default mediation flow component called StockQuote_MediationFlow | ||||
Step3 Assemble the Mediation Module Mediation modules contain assembly diagrams that are wired together to form the integrated service application. The StockQuote mediation module consists of the following elements:
Wire the components as shown. |
| |||
Step4
| | |||
No comments:
Post a Comment