< Previous | Next >

Build it yourself

Build the sample, and then test it.

Start building the Stock Quote sample by creating the resources library and mediation module for your sample. Resources such as interfaces and business objects can be contained in libraries so that they can be easily shared by modules. Mediation modules contain mediation flow and Java™ components, exports to allow the target service in the mediation module to be called by other modules or clients, and imports which allow services external to the module to be invoked. The assembly diagram of the mediation module is used to wire the exports, components, and imports together to form the integrated service application.

Create and assemble the library and mediation module in the following order:
  1. Create a resource library, and import the service providers' WSDL files into it.
  2. Create an interface in the resources library. This interface allows the client to access the mediation flow component.
  3. Create a mediation module.
  4. Assemble the mediation module.
  5. Implement this mediation flow component.
.





Feedback



This information center is powered by Eclipse technology. (http://www.eclipse.org)

< Previous | Next >