How to create VDF Web Applications: Difference between revisions

m
no edit summary
mNo edit summary
Line 1: Line 1:
{{underconst}}
= Introduction =
= Introduction =


This page describes the technologies available to create web applictions using Visual DataFlex. It is currently centered around on how to use  [[ASP|Active Server pages]] with [[Portal:Visual_DataFlex|VDF]].
This page describes the technologies available to create web applictions using Visual DataFlex.  
 
= The overall idea of Active Server pages =
 
[[ASP]] is about creating applications that work on the internet in a web browser. To create applications that work in a web browser, then you will need to generate [[HTML]] and use a web server (on windows you will need [http://en.wikipedia.org/wiki/Internet_Information_Services IIS] )
 
When you have decided to use [[ASP]] , then you should try to resist the urge to generate all the [[HTML]] from Visual DataFlex. The overall idea of ASP is to integrate your code into HTML in the most efficient manner (E.g. if you have a class called oHTMLWriter then something went wrong!)
 
The trick is to let your VDF code handle the data and business logic and let [[ASP]] handle the [[HTML]] presentation.


= Getting started =
= Getting started =
Line 30: Line 19:
*WBO
*WBO
*Global.asa (this is where your code is stackup up. check the list of WBP's there)
*Global.asa (this is where your code is stackup up. check the list of WBP's there)




1,134

edits