Object auto-update - new feature in WebORB 2.1
Just finished an implementation of a very cool feature for WebORB 2.1 Beta2. The feature works as follows:
- Your client application fetches an object (or an array) through a remote method invocation
- When the object arrives into the client app, you register it with a client-side script we provide.
- You change the data in the object's fields, add/change/remove array elements, etc. and then "commit" the changes to the server-side.
- The client script sends the deltas to WebORB which in turn retrieves the same object reference that was originally sent to the client and applies the updates to the object.
- Once the changes have been applied, WebORB invokes a function from your back-end application to inform it about the changes.







0 Comments:
Post a Comment
<< Home