Developing a Java project
using a classic rule engine
To execute a ruleset, you create a Java™ project in Rule
Designer,
you set the class path to contain the XOM and the rule engine, you
write an execution method, and you set up notification.
Creating a Java Project for Rules
To create a Java project
for ruleset execution, you use the Java Project
for Rules page of Rule
Designer.
Defining a new class loader for the XOM
If you do not want the XOM classes to be in the class path
of your project, you can define a new class loader for the XOM.
Completing the ruleset execution code
After you have created a Java project
and set the class path to the correct XOM and rule engine, you can
complete the execution code.