Consultor Eletrônico



Kbase P43926: How does WebClient knows which component(s) to download at connection time?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How does the 9.1D WebClient know which component(s) to download at connection time?

FACT(s) (Environment):

Windows
Progress 9.1D

FIX:

A WebClient application should be developed such that it is divided into 4GL code modules. During the first client login only modules that contain the initial GUI and any additional code logic to run the primary application should be configured through the WebClient Assembler to "Download at Startup". Any remaining 4GL code modules can be configured through the WebClient Assembler to download "As Needed", provided the front end GUI has has a mechanism (like a button) to execute the additional code logic. Thus, when a specific 4GL code module isn't found on a local client machine, WebClient will download it "As Needed".