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 [...]
JPSpan
JPSpan is an Ajax framework built with the intention of integrating client-side JavaScript with serverside code written in PHP. Download
JPSpan works by analyzing a PHP class using reflection. It then emits a number of JavaScript methods that accept the same arguments as the methods of the class on the server. When one of these methods [...]