Source code development approach (declarative/ non-declarative)
|
Source code development tool
|
.esboe file generation
|
Declarative (annotated code)
|
Progress Developer Studio for OpenEdge
|
Automatically generated when source is saved to disk, when the project has Build Automatically selected
Automatically generated when Clean is selected for the project, and Build Automatically is selected
Automatically generated when the source is compiled
|
Text editor, or other source code generator other than Progress Developer Studio for OpenEdge
|
Run the ESBOEGEN utility using compiled source code.
|
|
Non-declarative (code not annotated)
|
Any
|
Run ProxyGen using compiled source code.
|