Web Application: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
(Tidy up)
Line 1: Line 1:
{{underconst}}
{{underconst}}
The [http://en.wikipedia.org/wiki/World_Wide_Web|World Wide Web] is increasing in scale and making more and more international business opportunities availailable .  To support the use of the  [http://en.wikipedia.org/wiki/World_Wide_Web World Wide Web] , then modern applications needs to run in a [http://en.wikipedia.org/wiki/Web_browser| web browser] , supporting the [http://en.wikipedia.org/wiki/Http HTTP protocol] .
The [[Visual DataFlex]] [[Web Application Server]] allows serverside [[Visual DataFlex]] code to run using shared components that can be accessed from [[Active Server Pages]] on [[Windows]].  
The [[Visual DataFlex]] [[Web Application Server]] allows serverside [[Visual DataFlex]] code to run using shared components that can be accessed from [[Active Server Pages]] on [[Windows]].  


The idea is that you should be able to transfer your existing experience with [[Data Dictionaries]] to code written for the [[Web Application Server]].   
The idea is that you should be able to transfer your existing experience with [[Data Dictionaries]] to code written for the [[Web Application Server]].   


The [http://en.wikipedia.org/wiki/World_Wide_Web|World Wide Web] is increasing in scale and making more and more international business opportunities availailable .  To support the use of the  [http://en.wikipedia.org/wiki/World_Wide_Web World Wide Web] , then modern applications needs to run in a [http://en.wikipedia.org/wiki/Web_browser| web browser] , supporting the [http://en.wikipedia.org/wiki/Http HTTP protocol].


 
==Basics==
== Frontend==
*[[CSS|Cascading Style Sheets]]
*[[DOM|Document Object Model]]
*[[HTML|Hypertext markup language]]
*[[HTML|Hypertext markup language]]
*[[DOM|Document Object Model]]
*[[How to develop ASP pages]]
*[[Javascript]]
*[[Javascript]]
*[[Web Business Object|Web Business Objects]]
==Advanced Topics==
*[[AJAX Library for Visual DataFlex]]
*[[AJAX Library for Visual DataFlex]]


==How To==
*[[How to develop ASP pages]]


== Backend ==
==Related Articles==
*[[Web Services]]
*[[Web Services]]
*[[Data Dictionaries]]
*[[Data Dictionaries]]

Revision as of 06:42, 5 December 2007

Web Application page under construction

The Visual DataFlex Web Application Server allows serverside Visual DataFlex code to run using shared components that can be accessed from Active Server Pages on Windows.

The idea is that you should be able to transfer your existing experience with Data Dictionaries to code written for the Web Application Server.

The Wide Web is increasing in scale and making more and more international business opportunities availailable . To support the use of the World Wide Web , then modern applications needs to run in a web browser , supporting the HTTP protocol.

Basics

Advanced Topics

How To

Related Articles