Wednesday, April 21, 2010

Working with AJAX on GRAILS

The home:
http://www.grails.org/Ajax

GRAILS tag docs:
http://grails.org/doc/latest/

We want to constrain the user to entering only Countries and Cities that our database knows about. Change contents of the list of cities when a particular country is selected
http://www.grails.org/AJAX-Driven+SELECTs+in+GSP

Nice 2006 debate:
http://bytes.com/topic/javascript/answers/480297-can-ajax-request-left-open-multiple-responses
Comet arch: little spices on the above debate
http://alex.dojotoolkit.org/2006/03/comet-low-latency-data-for-the-browser/

AJAX XmlHttpRequest states complete reference:
http://www.ibm.com/developerworks/web/library/wa-ajaxintro3/

Aah! got what i needed:
http://www.coderanch.com/t/121362/HTML-JavaScript/Multiple-responses-one-request- look for post by ben souther that points to http://simple.souther.us/not-so-simple.html by http://faq.javaranch.com/java/BioBenSouther
The example named Long Running Process is the one

No comments:

Post a Comment