Re: [qooxdoo-devel] Updating multiple clients with QSO

2013-04-23 Thread Wordman
Ah ha! Looking back in the archives reveals the answer (posted before I joined the list). Source moved to git. Will give the code from there a try. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Updating-multiple-clients-with-QSO-tp7583306p7583339.html Sent from the qooxdoo m

Re: [qooxdoo-devel] Updating multiple clients with QSO

2013-04-22 Thread Wordman
If you look at the head of the trunk listed at http://qooxdoo.org/contrib/project#serverobjects, handleRequest only has four arguments. Where is the most recent source repository? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Updating-multiple-clients-with-QSO-tp7583306p7583

[qooxdoo-devel] Updating multiple clients with QSO

2013-04-19 Thread Wordman
I'm using Qooxdoo Server Objects (QSO) to connect a server with multiple clients. I have the following situation: 1) Client A connects to server. 2) Client B connects to server. 3) A particular object X on the server is proxied to both clients. 4) Client A performs an action that changes object X