Customizing execution code generators
You can add new generators to the list of proposed project generators and modify existing project generators.
- Adding a new execution code generator
You have a number of options to add a new generator to the list of proposed project generators. - Creating a plug-in project to declare a generator
To add an execution code generator, you can extend the appropriate generator class to modify the behavior of an existing generator. You do so after you create a plug-in project to declare the new generator. - Modifying the generator used in the RuleApp code generation wizards
To modify the generator that is used in the RuleApp code generation wizards, you redefine the last three pages of the Client Project for RuleApps wizard by specifying a nested wizard. - Writing a new code generator class
You can write new generator classes that inherit the various generator classes provided in the API. - Writing a new nested wizard
You can write a new nested wizard from the provided generator wizard page API.
Parent topic: Creating a client for Rule Execution Server