Ajax is the term that describes a set of web development techniques for creating
interactive web applications. One of the key ingredients is the JavaScript object XmlHttpRequest.
Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or
JavaScript objects as Ajax response objects. Multiple elements and/or objects may be updated
as the result of one Ajax request.
Desktop applications have long used drag and drop in their interfaces to simplify user interaction.
Rico provides one of the simplest interfaces for enabling your web application to support drag and drop.
Just register any HTML element or JavaScript object as a draggable and any other HTML element or JavaScript
object as a drop zone and Rico handles the rest.




