BEA Developer Area
Download sample Jacada controls for WebLogic Integration
|
|
|
Sample Jacada controls for BEA WebLogic 8.1
Jacada offers a sample control that connects to a remote Mainframe application. This banking application ('Major Bank') has the following customers:
| Name | SSN | Checking Account # | Savings Account # | Loan Account # |
| Paul Agee | 987654321 | 0585234780 | 8197932487 | 1234567898 |
| Kate Brancroft | 123456789 | 6023781200 | 5681816851 | 1234567899 |
The Jacada control offers the following methods:
| Method Name | Input | Output |
| getCustomerSummary | Customer SSN | Customer's details and accounts |
| getCheckingDetails | Checking account number | Customer's checking account details and transactions |
| getSavingsDetails | Savings account number | Customer savings account details |
| getLoanDetails | Loan account number | Customer's loan account details and transactions |
Instructions for deploying the Jacada Integrator sample control for WebLogic Integration:
- Click here to download Jacada's MajorBankV2 control and schemas. Copy the zip file to the ext_components directory of your WebLogic installation (e.g. c:\bea\ext_components). Optionally, you can add schema (xsd) files to your schemas directory.
- Open WebLogic Workshop, create or open a Process.
- Add the Major Bank control into your process.
- Drag desired methods into the process.
Note: The system defaults to customer Paul Agee when parameters are not set.

