diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-03-10 15:17:23 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-03-10 15:17:23 -0400 |
commit | 74f41e27e7940eec0320f7358f030185e8c2c2e0 (patch) | |
tree | 433f576bae7ae3c50abfef5327d67f0220601783 /demo/prose | |
parent | e9c88084b769bb1af4ec2ffb876c861e01487ba1 (diff) |
Batch example
Diffstat (limited to 'demo/prose')
-rw-r--r-- | demo/prose | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -209,3 +209,7 @@ listEdit.urp increment.urp <p>Here's an example where client-side code needs to run more code on the server. We maintain a (server-side) SQL sequence. When the user clicks a button, an AJAX request increments the remote sequence and gets the new value.</p> + +batch.urp + +<p>This example shows more of what is possible with mixed client/server code. The application is an editor for a simple database table, where additions of new rows can be batched in the client, before a button is clicked to trigger a mass addition.</p> |