| Web Connection Demo Page - Web Connection Admin Page (ASP) | |
| Enterprise Features | |
|
Web Connection features a number of features for building Distributed and Enterprise applications that don't rely on HTML to provide the interface. You can use a Fat Client VFP application to request data and logic to fire on the server and retrieve that data to the VFP app. Or you can use a dynamic DHTML/scripted Browser application to request data from the server and then manipulate the browser's content via script code from the data retrieved on the Web server. XML features heavily in this environment and Web Connection provides a host of features for XML conversions as well as server based XML services that allow client apps to simply request data. |
| XML Generation | |
|
|
| Distributed Application Demos | |
|
Fat Client VFP SamplesNote: This
sample uses and requires IE4 or later as it uses an ActiveDoc VFP7.0
application (780kb) Web Connection provides a number of features for building rich Client/Server applications that do not require a browser front end. Instead you can use a VFP client application to communicate with a Web Connection backend. You can drive Web applications using the HTTP protocol with just a few lines of code. The examples demonstrate simple retrieval of Web content, controlling an application via HTTP, exchanging data between VFP clients and Servers and using a Web Connection server as an HTTP based database server. You can also compile wwHTTPDemo.pjx in the \wwIPStuff_samples directory and run this app from within Visual FoxPro's IDE to avoid using IE. Web based Soap Client for stock quotesThe following example demonstrates server to server communication by retrieving stock quotes from a remote server (www.west-wind.com) which in turn receives stock quotes from an HTML page on the msn.MoneyCentral site. The Web application uses SOAP to communicate with the Web server from a Web application. Remote SQL Commands via XMLNote: This sample uses and requires IE5 as it uses the XMLDOM parser and the XMLHTTP component The following example demonstrates how you can use XML to request SQL data from a the Web server and use that data inside a pure browser based application using Internet Explorer (required). Note that server loads these pages only once, then keeps the page active and only reloads the data as needed rather than refreshing the entire page. To see the client side script used to request and display the data use view source from the browser. Thin Client XML SQL Example - XML Message Display |
|
| Enterprise Features | |
|
|
|
|
|