Executing using the classic rule engine
You can execute rulesets directly by integrating the classic rule engine with your application.
- Overview: Ruleset execution
After you have defined and developed your business rules, you integrate the rule engine with your application in a Rule Designer test scenario or by using the rule engine API. - Classic rule engine
The rule engine evaluates the rules against the application objects and executes them when appropriate. The rule engine operates on Java™ platforms. - 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. - Troubleshooting execution
Learn how to handle exceptions in the execution mode that generate bytecode. In sequential mode, you can facilitate execution by setting up debug notification or setting the code density property.
Parent topic: Executing rulesets