ILOG JRules User Guide > Executing Rules > Tasks > Executing a Ruleset Using Rule Execution Server > Maintaining Execution Code Generators > Writing a New Nested Wizard

You can also write your own nested wizard.

To write your own nested wizard:

  1. Define your wizard pages using one of the following methods:
    1. Create a new page that inherits from the IlrFileGeneratorWizardPage class.
    2. Reuse one or more pages provided in the template:
  2. Declare a wizard class:
    1. Inherit from the IlrFileGeneratorWizard class.
    2. Redefine the addPages method.
    3. Redefine the performFinish method.

Related Concepts

RuleApps and RuleApp Projects

Related Tasks

Invoking a Ruleset Using a Stateless Rule Session
Invoking a Ruleset Using a Stateful Rule Session
Invoking a Ruleset Using a Message-Driven Rule Bean