Using the Assemble flow
IBM® WebSphere® sMash Assemble flow provides the capability to access different services and assemble them into a WebSphere sMash application.
You can use the Assemble flow for a variety of tasks, including the following examples:
- Constructing a feed style application that processes and aggregates a set of feeds from different sources.
- Constructing a conversational application that coordinates interactions with services.
For more information on how this is done, see the Using flows article.
Adding zero.assemble.flow to your application
To add zero.assemble.flow to your application, start by adding the following line to the dependencies element in your config/ivy.xml file:
<dependency org="zero" name="zero.assemble.flow" rev="[1.0.0.0, 2.0.0.0["/>
Getting started
See the Getting started section for a list of tutorials to help Assemble flow beginners create a simple flow quickly.