Add AJAX to JSP with AjaxTags
AjaxTags is a set of JSP tags designed to make it easy to add AJAX to Java JSP sites. Each tag implements a specific widget. These tags include support for an auto-complete text box, pop-up balloons, multistep select boxes, tabbed panels, and area displays. Tags are also offered for making HTML content replacement. Prototype, scriptaculous, [...]
Ajax Tutorial For Newbie
AJAX ( Asynchronous JavaScript and XML) is not a new programming language, but a technique for creating more interactive web applications. This tutorial will give you a very basic example about how to build a Ajax application. Most of Ajax applications consist of following fours basic steps:
An HTML document
JavaScript routines to [...]
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 [...]