Finally I found some time again to work on JSON-RPC. I have updated the spec to include class hinting. This is accomplished by introducing a special property...
Hello, JSON-RPC was presentedn in two presentations at the SVGOpen 2004 in Tokyo. It was used to show how client/server communication can be done in SVG and as...
Hello, I'm currently working on PHP implementation of the JSON-RPC I have designed code for PHP4 and going to start working on PHP5 work. Will let you know how...
Hello list! I am just a json-rpc newbie and I just want to know if there's any way, I can add custom error messages on json-rpc error field. I'm currently...
hi, The python lib is a very rudamentary impl. There is not a whole lot of room for customization. Whenever a method of a service is executed and an error...
Ah ok. So, there's really no easy way of adding puting error messages to json error field using python json-rpc lib? If its possible, how can it be done? Does...
Hello, ... messages to json error field using python json-rpc lib? Depends on how you interpret "easy". :) You would need to change the python impl. I made it...
Hi, That's a good question :). I know that Dimitri Durach is witing a PHP impl. and Michael Clark has a Java impl. and then there is my python impl. I have...
Hi all, ... JSON-RPC? Nothing new realy. I am thinking of adding sockets to JavaScript in HTML using an applet. But have not had the time. I already have an...
Hi Dmitry Any chance of sharing your PHP4 code with me? I have been using RPC via the DomAPI libary but am looking for something a bit more lightweight. My...
Hello Josh, I'll open sourceforge project in a few days and upload the files there. I'm almost done with PHP5 the code looks more beautiful. However the code...
Thanks, We will need the code to be PHP4 compliant, but we will certainly test it extensively in a real life application and share results with you / this...
Hello, ... This is good new. I am glad to hear of impl. for JSON-RPC. please send a link and I will include it in the impl. list on the JSON-RPC page. Also, if...
Hi, ... not support negative numbers. This is so embarassing. It's a bug in the tokenizer lib(lib/lang.js). I have to fix that. Sorry, I should have tested it...
Hello, ... I have fixed the javascript impl. and the python impl. Personally I am not too happy with both impl. they do need an overhaul at some time. I am a...
Hi, I can't make it work. I tested it in IE and Firebird via http://localhost/tester.xhtml: service: server.php mathods: getIT service: getIT() with following...
Hi Folks, There is a new version of my Java bindings for JSON-RPC http://oss.metaparadigm.com/jsonrpc/ I probably need to sync up changes with Jan-Klaas'...
Hi Folks, I've just rolled a 0.6 release of my Java implementation of JSON-RPC. http://oss.metaparadigm.com/jsonrpc/ Main news here is we now have an...
Hi Michael, ... Nice to see that. Did you impl. the class hinting as suggested by the most recent specs? I'd be interested in hearing about that. I must admit...
So, someone put JSON-RPC on slashdot.org http://developers.slashdot.org/developers/05/01/24/125236.shtml?tid=108&tid=156&tid=95&tid=8 Nice ! :) Was that you,...
... I've had a think about it but haven't implemented anything yet. The problem I see is you can no longer just use an assignment to unmarshall (or I guess you...
... Actually an embarrasing bug which stopped my JavaScript client working in Internet Explorer slipped through my QA for 0.6 (with all that testing of Konq,...
Hi, I just learned about json from the slashdot posting today. I'm trying to make it work with the Python Json-rpc service. I do most of my stuff with Java...