I've been thinking about object synchronization recently and I think it's
jelled enough now to gather some feedback on a concrete proposal.

The basic idea is that you should be able to modify a javascript object on
the browser, and then see the change automatically reflected to a scala
server object.   Similarly changes made to scala objects should propagate to
the browser, continuously and asynchronously via comet.  Ideally, the
framework should most of the lifting, so that programs on both client and
server feel like they're modifying plain old local objects.  I'm hoping to
help add some version of this to lift!

Some documentation and a cut at the javascript side of the implementation
are here <http://github.com/mighdoll/jsync/tree/master>.

Suggestions of any kind would be welcome,
Lee

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to