Packaging the XU event plug-in

After you have written an event plug-in extension class for the rule engine, you must package the new class with a XU archive.

About this task

When you extend the EngineEvent class, you must put the new plug-in class into the XU .rar archive file.
Note: To decompress an XU .rar file, use a decompression tool.

Procedure

  1. Add the class to XU archive file.
    • For Java™ SE: Add the class to the main class path.
    • Other application servers: Add the class to a dedicated .jar file and add that file to the root of the XU RAR file.
  2. Specify the new plug-in class in the plugins XU property.