Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Code generation
 

Code generation

The code generation phase is written in the Velocity language. All text contained within the <text> tag is treated as a Velocity program and evaluated after the last step of the wizard. All macro objects are available to the Velocity program and contain valid data. You can refer to their properties and invoke their methods using specific Velocity syntax. The actual rule file constitutes the output of this program.
For additional information about Velocity, including a user guide and reference guide, visit the http://velocity.apache.org/.