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

Using Custom Services Overview

Using Custom Services Overview

In this lesson, you understand the prerequisites before creating any custom services.

Lesson Concepts

You can use the RulePoint SDK to build your own custom pluggable services in RulePoint. The Custom Service API provides a set of classes that you can extend to develop pluggable custom services. You can create custom source, analytic, responder, connection, and marshaller services.
In this lesson, you learn how to configure and create the necessary JAR files. The lessons also guide you through tasks necessary for creating a custom source and analytic.

Lesson Objectives

In this lesson, you learn how to perform the following tasks:
  • Create a JAR file.
  • Use a custom source.
  • Use a custom analytic

Lesson Prerequisites

Before you start this lesson, you must perform the following tasks:
  • You must have a JDK compiler to build the classes. The Java Development Kit (JDK) contains the jar packaging tool.
  • You must have a basic knowledge of OSGi to write the manifest file.
  • Set the environment variable, RULEPOINT_HOME, to the RulePoint 6.1 installation location.
  • Copy the
    Banking
    and
    commonlibs
    directories from
    <INSTALLER_HOME>\samples
    to your work location. The files contain the libraries required to create the JAR files.
  • You must have Apache ANT installed on your machine to create the JAR files, as the instructions provided in this lesson uses Apache ANT. You can choose to download an application of your choice.
  • Update the environmental variable, PATH, to the
    <ANT installation>/bin
    directory.

0 COMMENTS

We’d like to hear from you!