Thanks, Well it seems that the current implementation does work with the server I've wrote so it's not a urgent request.
BTW: The api documentation and the server writing guide are missing a few things, for instance according to the guide the "error" object only supports the "code" and "origin" properties which put me off, but after looking at the code though it does also support "message". Derrell Lipman wrote: > On Tue, Aug 12, 2008 at 9:02 AM, Matthew Gregory > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > Hi All, > I thought this would have been asked before but I can't find it in the > archives. Is there any reason why qx.io.remote.Rpc only uses version 1.0 > of the JSONRPC specification and not 1.1? > > > It's actually not quite that simple. In order to support dates, qooxdoo > has extended the JSONRPC spec, so it doesn't really matter what version > of JSONRPC it's based on. That not withstanding, JSON-RPC is becoming > sufficiently "standardized" that we might begin to consider supporting a > "standards" mode. > > Version 1.1 is still, AFAIK, in draft stage which wouldn't prevent us > from supporting it but does mean that it may well still change. > > If you'd like to write an Rpc class that supports a "standards" mode, > I'd gladly review it and consider it for inclusion in qooxdoo! > > Cheers, > > Derrell > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
