Step 1:
Decompose pages into Static and Dynamic content.
We recommend using a wireframe to design forms and page elements during the specification phase.
Step 2:
Declare variables for use when processing forms and returning active server pages from Macros.
The wireframe allows field lengths, formats and typical data to be modelled so you can specify static and dynamic content.
Step 3:
Create Macro Code Resources to manage business logic and populate server page response forms.
Each Macro is published as a URI and processes client requests by executing the Code Resources sequentially in the order assigned. A Code Resource is a mixture of HTML formatting and executable Omnis Studio methods delimited using the <%>...</%> tags. |