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

Structure of a Custom Jar File

Structure of a Custom Jar File

When you build a jar for a specific service, it must have the following structure:
org company ServiceClass Activator (extending from BaseActivator) lib third-party1.jar third-party2.jar META-INF MANIFEST.MF
Place the jars inside a OSGi bundle jar that has a valid manifest. The bundle-classpath must point to the third-party jars in the
lib
directory within the bundle.

0 COMMENTS

We’d like to hear from you!