Re: [Fwd: [Zope] Remote scripting?]
------------------------------------------------------------------------
Subject: Re: [Zope] Remote scripting? Date: Tue, 14 Aug 2001 14:13:09 +0400 (MSD) From: Oleg Broytmann <phd@phd.pp.ru> To: René Olsthoorn <rol@mediasys.nl> CC: "'zope@zope.org'" <zope@zope.org>
(Please no HTML posting)
On Tue, 14 Aug 2001, [iso-8859-1] René Olsthoorn wrote:
Remote Scripting means: calling server-side code from a client-side script without causing the active page to be reloaded. (for more information see http://www.ashleyit.com/rs/)
The website mentioned above contains an HTML page which contains two comboboxes. The choices offered in the second combobox are calculated on the server, depending on the choice that the user makes in the first combobox. The values of the second combobox are retrieved from the server by communicating with a java-servlet, and all this is done without reloading the active page. (using DHTML, ofcourse).
Has anyone done such a thing with Zope, in stead of a java-servlet?
It is not yet Zope or even Python related, but there are chances it will be. Python is mentioned on the first page.
Oleg.
Also check out CURL which was originally a DARPA sponsored MIT project to deal with some long standing problems with the client-side/server-side chaos in web based programming. See http://www.curl.com Regards, Albert Boulanger aboulanger@vpatch.com
An interesting thing about Curl is that Tim Berners-Lee is an investor in the Curl company. He's put his own mnoney up. Maybe there's something in it eh! Albert said:
Also check out CURL which was originally a DARPA sponsored MIT project to deal with some long standing problems with the client-side/server-side chaos in web based programming.
Regards, Albert Boulanger aboulanger@vpatch.com
participants (2)
-
Albert Boulanger -
Phil Harris