> > We wrote our own Python server as we wanted some special > > functionality. In particular we don't have a function call > > model but an observer model. So once the client has expressed > > interest in something, the server can send multiple updates > > and the client updates the local display. > > > > Is that available?
Unfortunately not. It's a proprietary solution. However, I believe the observer model has merit when you are doing more than data collection for example. I don't have much experience in these matters, but would xml-rpc suffice? I found http://scottandrew.com/xml-rpc/ Note that we use JSON with shorthand notation for names etc. Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
