AJAX frameworks collection

Recently I had compiled a listing of AJAX frameworks
AJAX framework for JAVA
Google Web Toolkit: Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don’t speak browser quirks as a second language. Writing dynamic web applications today [...]

Ajax in Action - Review

Ajax in Action helps you implement that thinking–it explains how to distribute the application between the client and the server (hint: use a “nested MVC” design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like [...]