JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Getting Started with Oracle Java CAPS     Java CAPS Documentation
search filter icon
search icon

Document Information

Getting Started with Java CAPS

Java CAPS Runtime Execution

One-Time Setup Steps for Java CAPS

Quick Start Installation Instructions

Quick Start Installation Steps: Complete

To Install Java CAPS Base Products

To Install Additional Repository-Based CAPS Products and Components

Quick Start Installation Steps: Custom

To Custom-Install Java CAPS

Java CAPS Design Process Overview

End-to-End Step-by-Step Scenario

Overview

Before You Begin

Java CAPS Runtime Execution

The job of Java CAPS applications is typically to receive data from an external system, usually to manipulate or transform that data according to predefined rules, and then to send the data either back to its source or to a different external system. An external system could be a database, a file, a messaging queue, or application, such as Oracle Financials or SAP.

Java CAPS applications within the Java EE do the following:

Within the Java EE container, Java CAPS applications can use web services, but this is not required. However, to communicate with the overall JBI container, web services are required. The services provided by the Java CAPS application are provided through the Java EE service engine; JBI uses WSDL to access them as web services.

JBI service units and service assemblies do the following:

From the point of view of the CAPS application, the bridge to the Java EE Service Engine looks and acts like an adapter. From the point of view of the JBI container, CAPS applications are described by WSDL files and served by the Java EE service engine.