Petals Getting started - day 5 - EIP Orchestration

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

Changes (6)

View Page History



*What is Splitter Pattern ?*
[TODO]



h2. Configure the Splitter

|| Service Assembly || ||
| Name | sa-Eip-AggregatorSplitter |
# Add the two EIP Service-Units you created, and confirm.
# Fast-export the Service Assembly for Petals.
# Deploy in Petals ESB.
# Deploy the SA containing the SU su-jsr181-MathOperations-provide.
# Deploy the SA sa-Eip-AggregatorSplitter.
# Send messages from webconsole, with InOut MEP (message exchange pattern).
# Send the trigger message.




*Other orchestration ways: BPEL, SCA, JSR181 or POJO. More info in whitepaper*

EIP : Good performances. But complicated and a bit "dirty old way" (for example, do not use WSDL).
BPEL: Based on XML and WSDL. Standard. Quite complicated to learn. Poorer performances.
SCA: The simplest. Java code based on WSDL.