Collaboration through XMLHttpRequest?

Cees De Groot cdegroot at gmail.com
Fri Jan 13 11:52:06 UTC 2006


On 1/13/06, Janko Mivšek <janko.mivsek at eranova.si> wrote:
> I strongly recommend you to use XMLHttpRequest indirectly through
> prototype.js library

Yup. The first thing I loaded after Seaside was Scriptaculous :-)

> With Ajax.Updater you can send a form to server, get new form back and
> update/replace old form element.

I currently use the SeasideAsync #liveCallback: to update the
in-server model on every keystroke. So now I'll see how to use
Prototype to build a simple polling loop to update the webbrowser
display from the in-server model...


More information about the Squeak-dev mailing list