WEBDEV Concepts

Part 2: Developing a site 37 The following files are automatically created Available types of pages Dynamic WEBDEV page Semi-dynamic WEBDEV page Static WEBDEV page AWP page PHP page Generated files Generic HTML WDL .HTM .HTM .AWP .PHP Source file of pages in WEBDEV format (.WWH) Legend: .WWH: Source format of pages This file contains the full page description (control, browser code and server code). This file is used by the editor and remains on the development computer. .WDL: Project library The library, which is generated when the WEBDEV site is deployed (in Session or AWP mode), contains the server code of the project pages. This file will be on the server. Generic .HTML This file contains the full page description (control, browser code and server code). Some parameters of this page are generic and will be filled dynamically when the page is displayed. .AWP: AWP page This file is generated from the WWH file and contains the description of the controls, the server code and the browser code. This file will be on the server. .HTM: HTML page of site This file is generated from the WWH file and contains the description of the controls in HTML and the browser code (if the code was written in WLanguage, it is automatically converted to Javascript). This file will be on the server. .PHP: PHP page This file is generated from the WWH file and contains the description of the controls, the server code and the browser code in PHP format. This file will be on the server.

RkJQdWJsaXNoZXIy NDQ0OA==