An AJAX Application

Applying eValid to AJAX applications that require advanced DOM-based methods.

An AJAX Application

Postby tenyear » Thu Aug 18, 2011 4:01 pm

Is there a simple way to find out if an AJAX application has stopped exchanging information to/from the server?
tenyear
 
Posts: 1
Joined: Thu Aug 18, 2011 3:58 pm

Re: An AJAX Application

Postby eValid » Tue Aug 23, 2011 11:51 am

tenyear wrote:Is there a simple way to find out if an AJAX application has stopped exchanging information to/from the server?
As you know, AJAX applications autonomously exchange information with the supporting web server stack. As a result, you may be doing something elsewhere on your desktop but the browser may be continually exchanging information, without you seeing that at all.

The surest way to confirm that traffic has stopped is to use some kind of "protocol sniffer" that can watch the I/O activity at the HTTP/S layer. That's not something that eValid can do.

If, however, you know something about how the AJAX application was built and you know, for example, that when a data exchange is going on that a particular element property takes on a particular value, then eValid can check for that. Such a check can be either positive or negative; that is, you could use one of the ValidateNot... or SyncNot... variants of the vaildation and synchronization commands.

eValid Support
eValid
 
Posts: 2431
Joined: Tue Jan 01, 2008 12:48 pm
Location: USA


Return to AJAX Applications & DOM Processing

Design Downloaded from free phpBB templates | free website templates | Free Web Buttons