Sunday, December 13, 2009

TIB/Adapter Applications and TIB/MessageBroker

custom adapter has to work together with an application-independent transformation engine to provide full adapter functionality.
  • The adapter's primary functionality is to retrieve data from and export data to a source or target application such as an ERP (Enterprise Resource Planning) application.
  • Transformation and routing functions are performed by a message transformation engine like TIB/MessageBroker or other transformation product.

A custom adapter created with the TIB/Adapter SDK changes the format of the data so it can be understood by a variety of other applications. Although a source application's data model can be complex, the adapter retains much of the source information and makes it easy to access.



However, a custom adapter does not change the content of the data, so two applications might still not be compatible. For example, the name and address of a customer might be stored in five fields in one ERP application and in six fields in another. This kind of content conversion must be performed by a tool like TIB/MessageBroker or a third-party, message transformation system enabled for TIB/Rendezvous.



TIB/MessageBroker transforms data and provides a graphic interface for creating and modifying data transformation rules. The adapter pushes data out of a third party application (for example SAP R/3). TIB/MessageBroker can then transform the data to formats understood by other adapters (for example TIB/Adapter for Clarify, TIB/Adapter for PeopleSoft, or custom adapters).

Read more...

Sunday, December 6, 2009

TIB/Adapter SDK Advantage

The TIB/Adapter SDK promotes rapid development and ensures that adapters built using it have the same external interface and that they plug into the overall ActiveEnterprise product suite in a consistent manner.



Using the TIB/Adapter SDK to create a custom adapter has the following advantages:

  • A set of reusable components that aids in rapid development of your custom adapter, with few constraints placed on the development process.
  • Consistent external interface to adapters and applications built using the SDK:
  1. Consistent configuration data and metadata representation through the SDK TIB/Adapter Administrator tool. The tool is explained in TIB/AdapterAdministrator User's Guide.
  2. Common mechanisms for reporting (MTrace and MSink classes and MAdvisoryDocument and MBusinessDocument classes.)
  3. Standard application and session (transport) management (MApp and MRvSession)

Common means of configuring, transforming, and routing data (import and export)

  • Compatibility with other applications in the TIBCO ActiveEnterprise product suite.
  • Integration with TIB/Hawk (SDK 2.x is compatible with TIB/Hawk 2.x; SDK 3.x is compatible with both TIB/Hawk 2.x and TIB/Hawk 3.x).

Read more...

Popular Posts

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP