|
RichRuby is a web 2.0 framework and a collection of RIA classes for building AJAX applications. Use it to build SOA presentation layer and mash-ups using API classes of popular web APIs like Google or Amazon.
RichRuby comes packaged with necessary Ruby classes and JavaScript(.js) files so that all browser side activities are encapsulated. It also contains a set of action classes that support AJAX style interaction where, an action refreshes part of the page after accessing data from server. Developers can use these classes for client side activity, server side activity or a combination of both without dwelling into DHTML or JavaScript coding.
Ruby developers will be able to compose a page by including instances of different RichRuby classes into the page. The actual page will be formed on the fly and rendered... more
|