ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WEBDEV specific features / Page types
  • Overview
  • Static page
  • Dynamic page (in Session or AWP mode)
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WEBDEV enables you to create static sites and/or dynamic sites.
These sites can combine several types of pages:
Static page
Characteristics
A static page is used to display text, images, ... This type of page does not allow for real interaction with the user.
To display several product forms, you must create as many pages as the number product forms. The data is saved in the page.
Development
The static pages are created in the WEBDEV editor.
Installation
On the server, simply copy the page to the Web server.
Principle of a static page
Dynamic page (in Session or AWP mode)
Characteristics
A dynamic page allows you to display text, images, data coming from a database, ...
A single dynamic page is enough to view several product forms: the page data will be filled according to the content of the database and according to the product requested by the Web user. No database data is saved in the page.
Development
The dynamic pages are created in the WEBDEV editor.
Installation
On the server, you must install:
  • the WEBDEV engine: this engine displays the HTML pages with the data found in the database.
  • the database.
  • the HTML pages generated by WEBDEV.
Principle of a dynamic page (Session or AWP)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help