Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote scripting
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00339700
Message ID:
00341140
Views:
18
>Anybody is doing Remote scripting? Any opinion on the subject?
>TIA Mark

Frankly I think this is a little gimmick, but not a heck of a lot more.

I say this because in reality any Web application can already do this without requiring all the client component and proxy architecture. If you have a client side HTTP component (like XMLHTTP in IE) you can call an ASP page and get a result back - it's the same concept. THe way the remote scripting is implemented with proxy objects on the client and server and a Java applet - that's all overhead you can do without.

The powerful concept is not hte scripting, but using the browser as a client to a server application, rather than having the server serving pages. IOW, your browser is running an application that calls on the server to get data and you're using the Internet as a network. I've been advocating this for years really.

Why use straight Web requests and a standard like XML? Because it'll work from anywhere, not just a browser.

For some more ideas on this check out:

http://www.west-wind.com/wconnect/enterprise.htm

there are a couple of examples how you can call VFP and COM methods on a backend server from the browser using only XML input and output. You can also run remote SQL queries in the same fashion. What's cool in this is that the same server codebase serves both a VFP client class and a pure IE browser running only the IE XML parser...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform