Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Building a Custom Service Jar

Building a Custom Service Jar

When you build a custom service jar, follow these steps to package the contents of the jar file:
  1. Create a Java-based package structure for the RulePoint SDK class files that you extend.
  2. Place the third-party dependent jars that custom service classes require in the
    lib
    folder.
    The bundle-classpath must point to the third-party jars in the
    lib
    folder within the bundle.
  3. Place the MANIFEST in the META-INF directory.
  4. Use the jar utility available in the JDK to package all the contents into a jar file.

0 COMMENTS

We’d like to hear from you!