Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 18-Aug-2008 08:59 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 3 lines
The RSF Ajax JSON sample, which is held in SVN at [I-RSFAjaxJSON|https://source.caret.cam.ac.uk/rsf/projects/RSFSamples/trunk/AjaxJSON] is the standard framework sample app which demonstrates returning plain JSON responses for use with AJAX, using the [DataViews] feature which is new in the 0.7.3 RSF release. It also demonstrates the use of client-side rendering of RSF templates and component trees (occuring in pure Javascript), using the [RSF/Fluid client-side renderer|http://wiki.fluidproject.org/display/fluid/Fluid+Renderer] which is documented as part of the [Fluid|http://fluidproject.org/] website.
It demonstrates a table of {{SalesItem}} objects, which are encoded automatically into JSON by the [DataView|DataViews], rendered into an inline-editable table on the client-side from a pure HTML [IKAT] template. Changes made to the table by inline editing are automatically committed back to the client-side model by the RSF client-side data binding framework, and then posted back into the [DataInputHandler|DataViews] where they are automatically decoded back into Java objects and committed back into the service. This sample is inspired by the [DWR] sample based on the same back-end, but is considerably more conceptually economical since no autogenerated Javascript is required on the client, nor special view declarations on the server - as well as showing the exact same template syntax being renderable both on the client and server alike, giving an unprecedented flexibility in strategy.
Version Date Modified Size Author Changes ... Change note
18-Aug-2008 08:59 1.514 kB UnknownAuthor
« This page (revision-) was last changed on 18-Aug-2008 08:59 by UnknownAuthor