Java projects for Rules are used to create an Eclipse Java project that contains the code necessary to invoke ruleset execution.
To open the wizard, on the File menu click New > Other, expand ILOG Rule Studio and select Java Project for Rules.
Table 32 New Java Project for Rules Wizard
Section/Buttons |
Purpose |
Project name |
Specify a name for the project. |
Project contents |
Select Use default or specify a Directory in which to create the new Java project. |
Select a rule project |
Enter or select a rule project name. |
Select a template |
Select one of the following templates: -
Simple Rule Engine Runner - Generates a simple class to execute a ruleset.
-
Rule Engine Runner - Generates a class to execute a ruleset with parameters. Debug handling is also provided in this template.
-
Rule Engine Runner Test Case - Generates a class to execute a ruleset with parameters. The generated class is packaged as a JUnit test.
|
Related Concepts
Related Tasks
Related Samples and Tutorials