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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 492 - 534 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
516
... What is wrong with mixed named and positional parameters? def myFunc(param1,param2,debug=False,verbose=1): [...some cool code...] return result I see that...
Jim Washington
jimcburg
Offline Send Email
Apr 3, 2007
1:41 pm
517
... Sorry, imho it is a confusing feature in general, and it is not implemented consistently across languages / environments myfunc('hello', firstparam =...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Apr 4, 2007
9:31 am
518
... I know that in python, these issues are handled as exceptions and/or syntax errors. This mixed model is not confusing in python. The convention is that...
Jim Washington
jimcburg
Offline Send Email
Apr 4, 2007
11:09 am
520
hi, ... it's complicated and not really useful. and it adds new errors. ... I hope you don't really use "param1" and "param2" as parameter-names... ... that's...
r.koebler@...
r.koebler
Offline Send Email
Apr 7, 2007
5:27 pm
521
... and so, "mixed and positional parameters" add new error-cases which do not exist without them, and which are probably confusing for some programmers/users....
r.koebler@...
r.koebler
Offline Send Email
Apr 8, 2007
12:35 am
522
hi again, (answering myself ;)) ... but unfortunately, to be able to make this translation, the client would have to know the methods and its parameter-names....
r.koebler@...
r.koebler
Offline Send Email
Apr 9, 2007
4:09 pm
529
hi, I now updated my 1.1WD suggestion/specification. I especially added "kwparams" and multicall. see: http://84.16.237.14/jsonrpc/ Any comments are greatly...
r.koebler
Offline Send Email
May 2, 2007
9:33 pm
531
... Hi, Roland This is an improvement, IMHO. I'm guessing that you are just checking whether people are actually reading the thing, but you have "params"...
jimcburg
Offline Send Email
May 6, 2007
3:30 am
532
Got a vote from me also! I appreciate the efforts, this as a good step forward from the 1.0 spec. -- Matthew P. C. Morley...
Matthew Morley
wickedlogik
Offline Send Email
May 6, 2007
10:29 am
533
... oh, thanks. it's corrected now. ... yes, they are optional. ... thanks :). regards, Roland...
r.koebler@...
r.koebler
Offline Send Email
May 6, 2007
11:33 am
534
So the only bad thing is that by adding kwparams and removing the named arguments capability from params is that it is a pretty big change if you've already...
Jeffrey Damick
jeffreydamick
Offline Send Email
May 7, 2007
1:26 pm
Messages 492 - 534 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