Table of Contents

Search

  1. Preface
  2. Introduction to Banking Use Case
  3. Before You Begin
  4. Alerting Customer Account Balance Details
  5. Notifying Stock Price Changes
  6. Notifying Credit Card Transactions
  7. Notifying Free Health Checkups for Account Holders
  8. Alerting the Bank Manager about Customers with a Particular Account Type in a City Overview
  9. Alerting Customer Cash Withdrawal Details
  10. Alerting Stock Prices to DMAT Account Holders
  11. Checking Customer Cash Withdrawal Details for a Specified Duration
  12. Alerting Consequent Credit Card Transaction Rejections
  13. Monitoring Balance Threshold of Customers
  14. Using the Dashboard Functions
  15. Managing Banking Users and Roles
  16. Importing and Exporting Objects
  17. Setting Up High Availability
  18. Using Custom Services
  19. Using the REST APIs
  20. Using Java Adapter for REST API

Banking Use Case Tutorial

Banking Use Case Tutorial

Step 1. Configure the BankingAdapaterDemo.java File

Step 1. Configure the BankingAdapaterDemo.java File

The libraries required to run the sample code is available in the
RulePoint_Java_Adapter_6.1.2.zip
of the SDK pack. Contact Customer Support for the SDK pack.
  1. Copy the Banking folder from
    <RulePoint installation Directory>\samples
    to your work space.
    For example,
    c:\Banking
    .
  2. Update the path environment variable to point to
    <ant_installion_home>/bin
    .
  3. Download the
    RulePoint_Java_Adapter_6.1.2.zip
    from the SDK pack and unzip the file.
  4. Copy the
    \lib
    directory from the unzipped
    RulePoint_Java_Adapter_6.1.2
    file to
    Banking\source\RulePoint_Java_Adapter
    .
  5. Open the
    BankingAdapaterDemo.java
    file from the following location:
    C:\Banking\source\RulePoint_Java_Adapter\src\com\informatica\rulepoint\api\samples
    .
  6. In the getRulePointAPI() method, edit the RulePoint URL to reflect the URL of RulePoint that you have installed.
  7. In the createSqlConnection(ProjectContext projectContext) method, edit the values to reflect the valid database URL, driver class, database user name, and password.
  8. Save the file.

0 COMMENTS

We’d like to hear from you!