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 [...]
Book Review: Ajax on Rails
Ruby on Rails is an open-source web framework that’s optimized for programmer happiness and sustainable productivity.It lets you write beautifil code by favoring convention over configuration.
From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development environment. To go [...]