Connector Architecture; How The Connector Works - IBM 4.6.x User Manual

Ibm user guide adapter for siebel ebusiness applications 4.6.x
Table of Contents

Advertisement

Connector architecture

The connector has been designed following the meta-data design principles as
outlined in the Connector Development Guide for Java. This means that existing
application-specific business objects can be extended and customized and new
business objects can be defined without requiring additional coding or
customization in the connector code.
The following diagram illustrates the Siebel connector architecture.
Siebel eBusiness application
Siebel enterprise server
Siebel client administration manager
Siebel business objects
WebSphere InterChange Server
event and archive store
Figure 1. Siebel connector architecture

How the connector works

This section describes how meta-data enhances the connector's flexibility, and
presents a high-level description of business object processing and event
notification.
The connector and meta-data
The connector is meta-data-driven. Meta-data is application-specific data that is
stored in business objects and that assists the connector in its interaction with the
application. A meta-data-driven connector handles each business object that it
supports based on meta-data encoded in the business object definition rather than
on instructions hardcoded in the connector. A business object corresponds to a
Siebel business component. For more information about business objects, see
Chapter 6, "Using the adapter with Siebel business services," on page 73
Business object meta-data includes the structure of a business object, the settings of
its attribute properties, and the content of its application-specific information.
Because the connector is meta-data driven, it can handle new or modified business
objects without requiring modifications to the connector code.
User interface
Via CW Event and
"
"
CW Archive
components
Integration broker
CWConnector API
Siebel
Java
Siebel connector agent
data bean
Event
notification
"
" b
usiness
BOHandler
Chapter 1. Overview
3

Advertisement

Table of Contents
loading

Table of Contents