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. Create the JAR File

Step 1. Create the JAR File

Configure the required files to create a custom service jar.
If you want to import the banking XML that is part of the RulePoint installation package, you need to copy the jars,
portmonitorservice.jar
and
startswithanalytic.jar
from
C:\RulePoint_6.2\samples\Banking\build
to
C:\RulePoint_6.2\custom
directory.
  1. Open Command Prompt.
  2. Navigate to your workspace where you have copied the Banking folder.
  3. Type
    ant
    , and press
    ENTER
    to create the JAR files.
    The
    build.xml
    creates the required JARs,
    portmonitorservice.jar
    and
    startswithanalytic.jar
    in the
    Build
    folder, for example,
    C:\Banking\build
    .
  4. Add the created jar in the
    C:\RulePoint_6.2\custom
    directory.
    You do not need to restart the design time after placing the jars if the server is running.

0 COMMENTS

We’d like to hear from you!