Search the web
Sign In
New User? Sign Up
json-rpc
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 469 - 515 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
469
I've done my cursory search through the group (I couldn't come up with a good enough search to find the answer if it exists), as well as have read the current...
sir_llew
Offline Send Email
Feb 13, 2007
3:07 am
470
Yes, you can add other properties to the Procedure Return and Error objects: http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html#ObjectExtensions Note that...
steve_ims
Online Now Send Email
Feb 13, 2007
3:37 am
471
... I agree. Using a HTTP GET is a completely different type of RPC mechanism ( RESTful, RESTish, etc. ) and is not JSON-RPC. It really is not cohesive and...
ericbusboom
Offline Send Email
Feb 13, 2007
6:37 am
472
... I agree. Using a HTTP GET is a completely different type of RPC mechanism ( RESTful, RESTish, etc. ) and is not JSON-RPC. It really is not cohesive and...
ericbusboom
Offline Send Email
Feb 13, 2007
6:38 am
473
... Cycles are fairly easy to detect. Traverse the graph depth first from the root node, and keep a stack of nodes along the path from the current node to...
Eric Busboom
ericbusboom
Offline Send Email
Feb 13, 2007
6:39 pm
474
Yes, you _can_ do this, although it'll break interoporability in most json-rpc clients. It's common for an RPC client to try and de-serialize the "result" ...
Mikeal Rogers
mikeal@...
Send Email
Feb 13, 2007
8:00 pm
475
(Hooray, messages are getting through again!) The draft suggests requiring an ordering on the members of the top-level object; "version" should come before...
bringmegiants
Offline Send Email
Feb 13, 2007
9:58 pm
476
... A decoder can not know wether a request/response is just big and deeply nested or if the sender tries to encode a cyclic data structure: within the bounds...
Andreas Hofmeister
andi@...
Send Email
Feb 13, 2007
10:35 pm
477
... Since a cycle is, well, cyclic, the case you are describing her would be that the encoder followed the cycle until it ran out of memory, and then just sent...
Eric Busboom
ericbusboom
Offline Send Email
Feb 14, 2007
7:03 pm
479
Hi, I'm one of the developers working on a new project called JSON- Cache. It is a light weight persistent cache built on top of a pure Java based database...
jim1dev
Offline Send Email
Feb 21, 2007
1:00 am
483
I am happy to announce the first public release of the js-xmlrpc library - version 0.1. - implements the same API of the php-xmlrpc lib - implemented in pure...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 27, 2007
9:45 am
492
... This was met with deafening silence. I would like to keep this proposal in play. Remember, the whole point of this exercise is to enable method calls in...
Jim Washington
jimcburg
Offline Send Email
Mar 8, 2007
2:10 pm
493
Somewhere is there a summation of the WD 1.1 changes compared to the 1.0 spec? (besides filtering through the group) If not, a list of what is...
wickedlogik
Online Now Send Email
Mar 13, 2007
4:57 pm
494
Hi, I'm one of the developers working on a new project called JSON- Cache. It is a light weight persistent cache built on top of a pure Java based database...
jim1dev
Offline Send Email
Mar 13, 2007
8:51 pm
498
... Has any effort been made to either improve JSON to support references, or to define an extension to allow for references to preserve object graphs (and,...
Peter Farland
pjfarland
Offline Send Email
Mar 19, 2007
3:31 pm
499
Given that JSON-RPC is based upon JSON which only can use JavaScript literals, there isn't a way to represent references natively as a JavaScript literal....
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Mar 20, 2007
2:24 am
500
... Yep, you cant feed any graph from memory to a routine made for encoding only directed acyclic ones and expect correct result. But : reference is a matter...
Lorenzo Pastrana
kardamone
Offline Send Email
Mar 20, 2007
2:27 am
501
Could we get by with even less? Perhaps replace cyclic references with JavaScript "pointers" marked with a special prefix, such as "$jref:this.a[0]". Consider...
Steve Ims
steve_ims
Online Now Send Email
Mar 20, 2007
2:58 am
502
... [Pete] Yep, that is understood, but what I'm getting at is that for RPC, the current JSON encoding is not really robust enough and extension need to be...
Peter Farland
pjfarland
Offline Send Email
Mar 20, 2007
2:57 pm
503
... I insist JSON is robust enough ... no extension to JSON is needed. ... Arrrrright! Conventions are everything :) What you'd like is something like this : ...
Lorenzo Pastrana
kardamone
Offline Send Email
Mar 20, 2007
5:08 pm
504
... Interesting idea. An alternate is to make the reference value an integer that numbers the ordinal position of the object in the depth first traversal of...
ericbusboom
Offline Send Email
Mar 22, 2007
4:39 am
505
hi, I like JSON-RPC 1.0: it's nice and simple. And its *simplicity* is its major advantage to all other rpc-systems. The JSON- RPC 1.1WD then added some very...
r.koebler
Offline Send Email
Mar 26, 2007
6:20 pm
506
I prefer this over the current 1.1WD, but that probably is not too surprise to the group. Got quite a few projects that use the 1.0 spec in production and the...
Matthew Morley
wickedlogik
Online Now Send Email
Mar 26, 2007
7:05 pm
507
For the most part me too.. I don't like: "HTTP GET is discouraged. And if you *really* want to use HTTP GET, you should use a small wrapper, which converts...
Jeffrey Damick
jeffreydamick
Offline Send Email
Mar 26, 2007
8:01 pm
508
Multiple signatures are very useful, at least I took heavily adavantage of it in xmlrpc. Adding it to the standard does not mandate that any single exposed...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Mar 27, 2007
8:23 am
510
hi, ... I already thought about multicall, but forgot to add some comments about it to my website. there are several different ways, multicall could be...
r.koebler
Offline Send Email
Mar 27, 2007
8:34 pm
512
... The *only* "HTTP GET"-specification in JSON-RPC that would be "ok" (in my opinion), would be the same as for HTTP POST and every other protocol: "Tunnel it...
r.koebler
Offline Send Email
Mar 27, 2007
9:13 pm
513
I prefer #2, as I do not see the single error to a collection of requests as an issue. The same out of procedure error issue can happen with a request that is...
Matthew Morley
wickedlogik
Online Now Send Email
Mar 28, 2007
11:22 am
514
I prefer #2, as I do not see the single error to a collection of requests as an issue. The same out of procedure error issue can happen with a request that is...
Matthew Morley
wickedlogik
Online Now Send Email
Mar 28, 2007
11:39 am
515
hi, I like JSON-RPC 1.0: it's nice and simple. And its *simplicity* is its major advantage to all other rpc-systems. The JSON-RPC 1.1WD then added some very...
r.koebler@...
r.koebler
Offline Send Email
Apr 3, 2007
11:34 am
Messages 469 - 515 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help