Using AJAX Web Browser Objects: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
m (Changed from Web Programming to Web Applications category)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
When you are [[Using the AJAX Library]] , you need should also be [[Using DataDictionaries]].  
When you are [[AJAX Library for Visual DataFlex|Using the AJAX Library]] , you should also be [[Using DataDictionaries]].  




The trick is that WebObjects are cAjaxWebBusinessProcesses that can use the DataDictionaries you allready created. In this way you can reuse your datamodel between a [[AJAX Library for Visual DataFlex|AJAX implementation]] and a [[Visual DataFlex| Windows implementation ]].
The trick is that AJAX Web Browser Objects are cAjaxWebBusinessProcesses that can use the DataDictionaries you already created. In this way you can reuse your datamodel between a [[AJAX Library for Visual DataFlex|AJAX implementation]] and a [[Visual DataFlex| Windows implementation ]].
 
Just create a AJAX Web Browser Object for each of your DataDictionaries.
 
Note that the AJAX Web Browser Objects are started up in your global.asa file of your asp application.
 
[[Category: AJAX]]
[[Category: Data Dictionaries]]
[[Category: Web Applications]]

Latest revision as of 15:19, 8 April 2020

When you are Using the AJAX Library , you should also be Using DataDictionaries.


The trick is that AJAX Web Browser Objects are cAjaxWebBusinessProcesses that can use the DataDictionaries you already created. In this way you can reuse your datamodel between a AJAX implementation and a Windows implementation .

Just create a AJAX Web Browser Object for each of your DataDictionaries.

Note that the AJAX Web Browser Objects are started up in your global.asa file of your asp application.