To get beyond doing the grunt work yourself for Ajax, I recommend taking a
look at this:

http://dojotoolkit.org/intro_to_dojo_io.html

and downloading the dojo.io package from their site.

Personally, I'm not convinced that we need anything new in Struts to make
using Ajax easier. I'm building products today that make extensive use of
the two technologies together, and haven't found a need to enhance Struts to
do it. However, if we do add any Ajax (or Ajax-like) support to Struts, I
want to be able to plug in my plumbing of choice (which would be Dojo right
now) to get the most robust communication scheme available.

--
Martin Cooper


"Stéphane Zuckerman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Rodolfo García Esteban/CYII a écrit :
> > Where do we find information about this marvellous stuff?
> > ________________________
> > Rodolfo ______
>
> Look for "XMLHttpRequest" and/or ActiveXObject("Microsoft.XMLHTTP")
> XML.com and the Apple dev center have good introductory articles about it.
>
> Basically, this is a way to make server call from JavaScript via the
> XMLHttpRequest (Safari/Gecko browsers) or XMLHTTP (Internet Explorer)
> objects. Thus it enables you to make dynamic calls to refresh some parts
> of a web page without reloading everything.
>
> This is used with gmail for instance.
>
> -- 
> Stéphane Zuckerman




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to