Understanding Petals components

Version 1 by Vincent Zurczak
on Jul 27, 2010 17:23.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
h1. The CDK

In Petals, components interact with the container according to a standard called *JBI (Java Business Integration)*. This standard defines interfaces that a component must implement to interact in with the JBI environment. To simplify the development of these components, Petals provides a framework providing an API which implement the required interfaces and makes the work lighter. This framework, known as the *Component Development Toolkit (CDK)*, also provides utility methods and a common basis for all the Petals components.

Implementing a Petals component based on the CDK reduces the amount of code to write. There are only few interfaces or abstract classes to extend and complete.