You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page guides you through running an out-of-the-box sample and introduces the concepts Component and Service Assembly

Components

Before you can start building your own integration application (also known as service assemblies), you need to add support to the JBI container for the types of transports and services you will be building. You can do this by installing additional components on the JBI container. The components come in two flavors:

  • Binding Components provide additional transports to the container.
    An example: the servicemix-http binding component allows to send messages into the ESB using HTTP
  • Service Engines add support for another type of business logic to the container.
    An example: the servicemix-saxon service engine allows you to easily build applications that do XSL-T transformations
  • No labels