Web Application: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{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 [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] .


Line 8: Line 10:




== Pages about web programming==
== Frontend==
*[[HTML|Hypertext markup language]]
*[[HTML|Hypertext markup language]]
*[[DOM|Document Object Model]]
*[[DOM|Document Object Model]]
Line 16: Line 18:




== Other pages ==
== Backend ==
*[[Web Services]]
*[[Web Services]]



Revision as of 13:09, 1 December 2007

Web Application page under construction

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 .


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.


Frontend


Backend