Book Image

Service Oriented Java Business Integration

Book Image

Service Oriented Java Business Integration

Overview of this book

Table of Contents (23 chapters)
Service Oriented Java Business Integration
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

ServiceMix Components—a Synopsis


As is shown in the ServiceMix architecture diagram, ServiceMix ships standard JBI components and lightweight JBI components.

Standard JBI Components

ServiceMix standard JBI components are fully JBI-compliant, and support the JBI packaging and deployment model. They are placed in the folder %SERVICEMIX_HOME%\components, and the major components are listed as follows:

  • servicemix-bean: For mapping POJO beans to JBI exchanges.

  • servicemix-bpe: BPEL engine based on a Sybase donation to the Apache ODE project.

  • servicemix-camel: Camel provides a full set of Enterprise Integration Patterns both from Java code and Spring XML.

  • servicemix-drools: Provides integration with Drools rules engine.

  • servicemix-eip: Provides Enterprise Integration Patterns.

  • servicemix-file: This binding component provides integration with the File system.

  • servicemix-ftp: An FTP binding component.

  • servicemix-http: A HTTP binding component.

  • servicemix-jms: Provides integration with messaging...