Skip Headers
Oracle® Application Server Integration InterConnect User's Guide
10g Release 2 (10.1.2)
B14069-02
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Glossary

Advanced Business Application Programming

A programming language developed by SAP for application development purposes.

adapter

Enables third-party environments to participate in application integration. An adapter has two major tasks:

adapter.ini file

An initialization parameter file that an adapter uses at startup to connect to an application.

advanced queuing adapter

Enables an Oracle Advanced Queuing application to be integrated with other applications using OracleAS Integration InterConnect.

agent

A subcomponent of an adapter that handles runtime instructions. The agent is independent of the application to which the adapter connects. The agent focuses on the integration scenario based on the integration metadata in the repository.

application

A component integrated with OracleAS Integration InterConnect.

application view

A native view translated into the syntax used by an adapter. . Each application has its own application view of data that allows it to participate in the integration. The application view of data uses transformations to map into the common view.

bridge

A subcomponent of an agent adapter that transfers data between the application and OracleAS Integration InterConnect. The bridge is the protocol/application-specific piece of the adapter that communicates with the application.

Business Application Programming Interface

Standardized programming interface that enables external applications to access the business processes and data of the R/3 system.

business object

A collection of logically related integration points.

cipher suites

A set of cryptographic algorithms. SSL supports different cryptographic algorithms, or ciphers, for tasks such as authenticating the server and client to each other, transmitting certificates, and establishing session keys. Clients and servers support different cipher suites depending on factors such as the SSL version supported, company policies regarding permissible encryption strength, and government restrictions on export of SSL-enabled software.

common view

A view that is syntactically and semantically in the OracleAS Integration InterConnect format. The common view:

content-based routing

Messages routed to specific applications based on business rules or message content.

cross-reference tables

Keys for corresponding entities created in different applications can be correlated through cross-referencing.

D3L

Data Definition Description Language. An XML-based message description language that describes application message information in its native format, also known as its native view.

database adapter

Enables an Oracle Application, typically PL/SQL-based, to be integrated with other applications using OracleAS Integration InterConnect.

design time

During the design phase, a business analyst uses iStudio to define the integration objects, applications that participate in the integration, and the specifications of the data exchanged between applications.

domain value maps

Code tables mapped across different systems.

DTD

Document Type Definition. A set of rules that defines the allowable structure of an XML document. DTDs are text files that derive their format from SGML and are either embedded within an XML document.

EAI

Enterprise Application Integration. The integration of applications and business processes within the same company.

endpoints

The physical destination points for messages exchanged between OracleAS Integration InterConnect and an application.

event

An integration point used to pattern the publish/subscribe model. An event has associated data that is the common view of all the data to be exchanged through this event. An event can be published or subscribed by an application.

event map

Allows application data to be mapped to an OracleAS Integration InterConnect event without the application having to know about the OracleAS Integration InterConnect event itself.

FTP adapter

Enables an FTP to be integrated with other applications using OracleAS Integration InterConnect.

HTTP

Hypertext Protocol Transfer. The underlying format, or protocol, used by the Web to format and transmit messages and determine what actions Web servers and browsers should take in response to various commands. HTTP is the protocol used between Oracle Application Server and clients.

HTTP adapter

Enables an Oracle HTTP application to be integrated with other applications using OracleAS Integration InterConnect. This adapter is useful in all EAI environments that use the HTTP transport protocol.

IDoc Type

Indicates the SAP format used to transfer the data for a business transaction. An IDoc is a real business process in the form of an IDoc type. An IDoc type is described using the following components:

invoke/implement model

An application involes a procedure by sending data out to the OracleAS Integration InterConnect hub and expects return of the result from an applicaion implementing the procedure. An application implements a procedure by receiving data from the OracleAS Integration InterConnect hub and returns the result once the procedure has been performed. In iStudio, a procedure is used to model this scenario.

IMAP4

Internet Message Access Protocol 4. IMAP4 is a standard protocol for accessing e-mail from a local server. IMAP4 is a client/server protocol in which e-mail is received and held for users by their Internet server. Users can view just the heading and sender of the e-mail, and then decide whether to download the e-mail. Users can also create and manipulate folders or mailboxes on the server, delete messages, or search for certain parts or an entire note. IMAP requires continual access to the server during the time that users work with their e-mail.

iStudio

A design time integration specification tool targeted at business analysts. This tool helps business analysts specify the integration logic at a functional level, instead of a technical coding level. iStudio exposes the integration methodology using simple wizards and reduces, or eliminates, the need for writing code to specify the integration logic. This reduces the total time required to complete an integration.

metadata

A definition or description of data (essentially, data about data).

MQ Series adapter

Enables OracleAS Integration InterConnect to send message to and receive messages from the MQ Series queues and topics.

native view

An application's message information in its native format (for example, SAP IDoc). Native events are both syntactically and semantically in the native format of the application, and are defined external to OracleAS Integration InterConnect.

Oracle Wallet Manager

A Java-based application that security administrators use to manage public-key security credentials on clients and server. Security credentials consist of a public/private key pair, a certificate, and a trustpoint.

Oracle Workflow

Integrated with OracleAS Integration InterConnect and is used for business process collaborations across two or more applications.

OracleAS Integration InterConnect

The integration hub that coordinates the communication and transformation of messages between two or more heterogeneous applications. OracleAS Integration InterConnect defines business events, their associated data, and any transformations required to map one application's view of a business object to another's view.

payload

The data sent between applications. For example, the payload data for a purchase order sent from one application to another application may include the product name, the quantity ordered, and the price.

persistence

The ability to save data and restore it when needed.

procedure

An integration point used to pattern the invoke/implement model. A procedure has associated data that is the common view of all the data to be exchanged through this procedure. A procedure can be invoked or implemented by an application.

project

Encapsulates all the integration logic for one integration scenario.

proxy host

A server through which messages sent to remote Web servers must pass. A proxy server also prevents users outside a company's firewall from breaking into an organization's private network.

publish/subscribe model

An application publishes an event when it sends data out to the OracleAS Integration InterConnect hub without knowing the destination applications. Furthermore, data is not expected in return. An application subscribes to an event if it receives the data from the OracleAS Integration InterConnect hub regardless of who sent the data. Furthermore, it does not send out any data in return. Events in iStudio are used to model this scenario.

realm

Realms enable the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme and authorization database.

repository

The repository has the following functionality:

The repository server is deployed as a standalone Java application running outside the database. The repository schema is a set of tables in the Oracle Application Server Infrastructure.

RMI

Remote Method Invocation. An interaction scheme for distributed objects written in Java. It enables a Java program running on one computer to access the methods of another Java program running on another computer.

runtime

For each application participating in a specific integration, OracleAS Integration InterConnect attaches one or more adapters to it. At runtime, the adapters retrieve the metadata from the repository to determine the format of messages, perform transformations between the various data formats, and route the messages to the appropriate queues in the OracleAS Integration InterConnect hub.

SMTP

Simple Mail Transfer Protocol. A TCP/IP protocol for sending and receiving e-mail. SMTP is typically used with one of two other protocols, Post Office Protocol 3 (POP3) or Internet Message Access Protocol (IMAP), that enable users to save messages in a server mailbox and periodically download them. Users typically use a program that uses SMTP for sending e-mail and either POP3 or IMAP for receiving messages on their local server.

SMTP adapter

The SMTP adapter enables an SMTP application to be integrated with other applications using OracleAS Integration InterConnect. This adapter is useful in all EAL environments where e-mail used the IMAP4 and SMTP transport protocols.

SSL

Secure Sockets Layer. SSL is a standard for the secure transmission of documents over the Internet using HTTPS (secure HTTP). SSL uses digital signatures to ensure that transmitted data is not tampered with.

tracking fields

One or more application view fields in the context of a particular event. Used to track the event instances at runtime.

wallet

A wallet is an abstraction used to store and manager security credentials for an individual entity. It implements the storage and retrieval of credentials for use with various cryptographic services.

workspace

Stores user settings and preferences such as application login credentials and last opened project.

XML

eXtensible Markup Language. XML is a set of rules for defining data markup in a plain text format.

XSLT

Extensible Stylesheet Language transformations. XSLT describes how to transform the structure of an XML document into a differently-structured XML document. XSLT is an extension of the Extensible Stylesheet Language (XSL). XSLT shows how to reorganize the XML document into another data structure (that can then be presented by following an XSL style sheet).