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...
... 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...
... Sorry, imho it is a confusing feature in general, and it is not implemented consistently across languages / environments myfunc('hello', firstparam =...
... 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...
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...
... 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....
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....
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...
... 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"...
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...
I also have JSON-RPC 1.1 working and it works great. kwparams would be a breaking change (not to mention I think "kwparams" is an inelegant identifier that...
Enter your vote today! A new poll has been created for the json-rpc group: Do we need mixed named and positional parameters? (this refers to the "suggestion...
json-rpc@yahoogroups....
May 7, 2007 5:09 pm
537
... if you know a better name: tell me. ... ok. but this would mean that you cannot mix named and positional parameters. that would be ok for me, and I already...
Hello, I noticed that the specification has not yet specified error codes. A previous msg suggested using error codes found in XML-RPC implementations. Can...
Welcome to the world of implementing draft specifications :) It's a risk you take. In my opinion nobody should worry about breaking draft implementations...
Mikeal Rogers
mikeal@...
May 9, 2007 4:51 pm
545
Hi all, I am a newcomer to the JSON-RPC 1.1 draft process. First, Is anything actually happening here? I have seen no comments from the original draft authors...
hi, ... I tried this, and created an improved working-draft (some months ago), which you can find here: http://84.16.237.14/jsonrpc/ the next steps (for me)...
Hi I'm interested in the feature of server-to-client messages, specified on the spec, but I can't find it's implementation on the python code, is anyone...
1.1 spec STILL isn't complete, and is too complex, in my opinion. An we NEED it finished, to make it enterprise-ready and beat the shit out of immeasurably...
Hi the bug tracker didn't let me post as guest/guest. there is a python error with the %-substitution. I believe what you wanted is to be able to call module...
Hey, thanks for the fix, it is checked in now. just checked trac, it did let me log in as guest/guest and it let me create a ticket (#14). Not sure why it did...
hi Jan. about trac it's probably the stupid proxy here at my office for someone reason noone knows how to configure it "right"..... anyway where you able to...
I'm in 100% agreement with 1, the spec not being finished a big problem, who is responsible for editing the spec? who are the stake holders here and can we...
Mikeal Rogers
mikeal@...
Jun 5, 2007 11:54 pm
558
WSGI ( http://www.python.org/dev/peps/pep-0333/ ) is increasingly popular among the python web community. I wrote a jsonrpc "application" that dispatches...
Mikeal Rogers
mikeal@...
Jun 6, 2007 12:18 am
559
Hey, I did have a quick look at the other mails, just have not put it in the code yet. Thanks ... where you...
Hey, ... I, Jan-Klaas Kollhof, created the 1.0 specs. Atif has been the driving force behind the 1.1 specs. Unfortunately, I have had little time in the past...
hi, ... did you read http://84.16.237.14/jsonrpc/ ? ... hmm, I don't think so. in terms of RPC, what would i.e. a string mean? that it's the only parameter to...