Hi all, just hacked up a little example for JSON-RPC. You caqn find and play with it here: http://jsolait.net/wiki/examples/jsonrpc/canvas It is a shared...
Hi, I try to find out if json-rpc is an active project. On the site there are no entries past 06-2004 and it seems to be abandoned. It does sound good for our...
I have not been updating the site for a while, though the specs have been discussed here on the list and people have been sending me mails that they are impl....
... JSON-RPC is mature enough not to need activity as a project, per se; it is in fact one of the really good things about it -- it is stable, solves one large...
I haven't had much time to document the various pieces of the Jayrock [1] project until just recently. Well, it's hardly documentation. A couple of weeks back,...
Hi Jan, In addition to content-type, error codes and class hinting, I would also suggest adding introspection somewhat as in some XML-RPC implementations[1]....
Hi, I am new to JSON RPC. I was going through the test examples given at http://oss.metaparadigm.com/jsonrpc-1.0/hello.jsp and trying to understand that. do i...
Hi Murali, ... I see you have posted this here on the json-rpc list aswell as the json-rpc-java list. Since this list is for discussions relating to the ...
Hi Michael, Thanks for your reply. I found out the mistake I was doing, i was not creating the new JSONRpcClient("/test/JSON-RPC") with the correct url. Thank...
Hi, I've just launched PHP-O-Lait that provides client-side JavaScript to server-side PHP in 2 lines of boilerplate code. It also includes a JSON-Rpc enabling...
Hi all, I am moving the http://json-rpc.org domain to a new server. The site is a bit redesiged and uses a wiki and a ticket system. The wiki is editable so...
Hello, I am looking for resource that can help me understand server side push to a client browser using json. Can u please help with some links or examples. ...
Client-side server push can only be implemented by polling: set up a timer on the web page that polls a service on the server for new data. When new data is...
... This seems like Java code. Are you using JSON-RPC-Java? ... Ahhh, JavaScript 101 :) for(var key in theMap) { alert(key + "=" + theMap[key]); } ~mc...
Thanks so much Micheal it works was really confused about the way to use it :) ... This seems like Java code. Are you using JSON-RPC-Java? ... Ahhh, JavaScript...
Hi, for(var key in theMap) { alert(key + "=" + theMap[key]); } I am able to access the key but if the value is say an object array (for eg in my case an...
... I'm not sure if you're referring to your solution only working on Moz and IE, or Flash only working on Moz and IE. Flash 8 actually works on Moz, IE, ...
... Moz and ... Moz, IE, ... Yea, Flash8 works in all those browsers but not all browsers support Flash's ExternalInterface so that flash can communicate with...
... Hash: SHA1 Hi all! please find attached a patch for pyjsonrpc which adds a 'setup.py' script to facilitate installation. It also fixes a syntax error in...
Hello Folks- I'm trying to make a wsgi app for json-rpc. Is there any client side code available? I noticed that the proxy stuff didn't appear to be ...
... No, my new python impl has no client side stuff yet. I do have some older code laying around which had a ServiceProxy class. If I find it I could send it...
... Jan- Thanks for the response. I'd very much like to look at the previous code, if you or anyone else on the list can send it to me;) So since half the...
... The \0 is not standard in any way, actually the specs do not mention how multiple messages are seperated, it just said there can be multiple messages one...
Hello, I've just discovered the JSON RPC project and I like the idea. I don't know what if the status of the specifications, and if they are likely to be...
Hi, ... I like the idea. A couple thoughts. If all parameters are named parameters then it should be fairly easy to trasnlate them to method calls in current...