Using AJAX Web Browser Objects: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:


The trick is that AJAX Web Browser Objects 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 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 ]].
Note that the AJAX Web Browser Objects are started up in your global.asa file of your asp application.

Revision as of 13:03, 14 September 2007

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


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


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