diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-03-10 17:29:03 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-03-10 17:29:03 -0400 |
commit | 90d6483a54745b4b647b429c018dd49d0797459c (patch) | |
tree | ae4fb9cd2b1daf1601ab9ad335fbb9574d372f8f /demo/prose | |
parent | 4bc363c5ec2724b9d310e17181ca87517c98aa68 (diff) |
Noisy demo
Diffstat (limited to 'demo/prose')
-rw-r--r-- | demo/prose | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -210,6 +210,10 @@ 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> +noisy.urp + +<p>This example shows how easy it is to make the flow of control "ping pong" back and forth between the client and the server. Clicking a button triggers three queries to the server, with an alert generated after each query.</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> |