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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 18 - 48 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 13, 2004
12:49 pm
19
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 16, 2004
8:47 am
20
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...
Dmitry Durach
ddurach
Offline Send Email
Sep 16, 2004
9:16 am
21
Hi, ... Great to hear, another JSON-RPC impl. This will be the 4th besides Java, JavaScript and python. ... Please do. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 17, 2004
4:28 pm
22
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...
Joseph Ross Lee
jrosslee
Offline Send Email
Oct 4, 2004
11:11 am
23
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 6, 2004
11:58 am
24
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...
Joseph Ross Lee
jrosslee
Offline Send Email
Oct 6, 2004
1:09 pm
25
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 7, 2004
8:52 am
26
what's the best json-rpc server available? python? Joseph Ross Lee...
Joseph Ross Lee
jrosslee
Offline Send Email
Oct 12, 2004
9:15 am
27
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 12, 2004
4:58 pm
28
Any new updates on JSON? AJ...
AJ Batac
ajbatac
Offline Send Email
Oct 26, 2004
7:38 pm
29
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 27, 2004
9:00 am
30
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...
joshbaalman
Offline Send Email
Nov 22, 2004
8:36 pm
31
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...
Dmitry Durach
ddurach
Offline Send Email
Nov 23, 2004
11:30 am
32
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...
joshbaalman
Offline Send Email
Nov 23, 2004
1:33 pm
33
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 23, 2004
4:59 pm
34
Hello Jan, I've done a few tests. It looks like JS library on your site does not support negative numbers. Parsing of string: ...
Dmitry Durach
ddurach
Offline Send Email
Nov 25, 2004
12:37 pm
35
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 25, 2004
4:20 pm
36
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 7, 2004
1:11 pm
38
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...
frykasek
Offline Send Email
Dec 14, 2004
5:45 pm
39
Hello, you have to patch your copy of the PEAR XML_RPC library or use the version from CVS. Please patch it as described in bug 1604 ( ...
j96249748
Offline Send Email
Dec 14, 2004
11:46 pm
40
... That was piece of cake and... IT WORKS NOW!!! I don't know who you are but that was MAGIC for me. ... Thanks, I'll check it. Best __ fryk...
frykasek
Offline Send Email
Dec 15, 2004
1:33 am
41
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'...
Michael Clark
michaeljclark
Offline Send Email
Jan 22, 2005
1:23 am
42
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...
Michael Clark
michaeljclark
Offline Send Email
Jan 24, 2005
12:16 pm
43
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 24, 2005
5:29 pm
44
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,...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 24, 2005
5:30 pm
45
... Yup :) Thought it needed some PR 'cos it's such a great idea. ~mc...
Michael Clark
michaeljclark
Offline Send Email
Jan 24, 2005
5:43 pm
46
... 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...
Michael Clark
michaeljclark
Offline Send Email
Jan 24, 2005
5:48 pm
47
... 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,...
Michael Clark
michaeljclark
Offline Send Email
Jan 25, 2005
1:45 am
48
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...
Tim Fleming
timothy_fleming
Offline Send Email
Jan 25, 2005
9:08 am
Messages 18 - 48 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