Version 8.3.3
 —  Special Development Topics  —

Dynamic Pages - Normal Pages

Dynamic pages follow the same principles as normal Application Designer pages. The following diagram explains the difference:

Dynamic pages

The normal way for creating intelligent HTML pages is to use the Application Designer design time environment: during the development process, XML layout definitions are translated into intelligent HTML pages. These pages are loaded and executed by the browser.

For the browser, it is not really relevant where the HTML behind a URL comes from - it does not need to know if it is coming from a static HTML file or if it is coming from a program. Consequently, the dynamic page management just uses the components of the design time environment and puts them into the runtime context:

All steps are performed in memory, i.e. there is no file which is stored. The dynamically created page is kept in the context of one Application Designer session. After the session is destroyed, the dynamic page is removed from memory.

Top of page