ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 1 - Internet: Main concepts
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
2. Static or dynamic website
Previous pageTable of contentsNext page
Several types of sites can be created:
  • static sites,
  • dynamic sites.
The table below presents the differences between these types of sites:
Static siteDynamic site
The content of the pages is fixed, it is defined only once.
A static site cannot interact with data.
The data displayed in the pages changes. In most cases, the pages are used to:
  • perform processes and/or calculations programmatically.
  • display the data stored in a database.
  • display images and interactive text.
WEBDEV offers several types of dynamic sites:
  • WEBDEV website in Session mode.
  • WEBDEV website in AWP mode.
  • PHP site.
Static WEBDEV website: WEBDEV Application Server is not required.WEBDEV dynamic site: WEBDEV Application Server or PHP is required.

Note: A dynamic site can contain a static section (company presentation, etc.).
WEBDEV allows you to create:
  • static pages,
  • dynamic pages.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help