... It does not. I know, mostly from (vain) attempts att tricking the Mozilla throbber to do something to show progress the way users expect it to look like...
Just a note about Opera incompatibilities: Opera 8.5 allows setting content-type in XMLHttpRequest. So, sniffing for '{' is not necessary anymore server-side....
... I've been following this thread silently for a while, waiting for someone to suggest the Content-Type text/javascript, but to no avail, so I suppose I'll...
I am not sure that the content type on the client side has much relevance. The data comes in through the http request and the headers are never inspected by...
... Hm. I was under the impression we were discussing the Content- Type header sent by the server to the client. In the other direction I suppose it might not...
... +1 but in light of yesterdays mail from Jim (see below) I'd prefer 'application/x-javascript' as the mimetype. Stephan ... Just a note about Opera...
... I think the case against text/javascript is simpler than that. I've discussed it before in this group, but perhaps it helps to expand with some concrete...
... Also +1 on application/json-rpc from the client. I've done some googling. Apparently, "application/javascript" and "application/ecmascript" may soon be...
... Ack! Opera8.5 fails on application/javascript, so application/x-javascript is the pragmatic content-type from the server for the moment. -Jim Washington...
... batch by simply checking if the request is an array or an object. And for a single request, you could anyhow always stuff it as the sole element of an...
... I didn't mean to be so hard on the spec as much as hinting where it needs to be fleshed whenever its carried forward. I guess we could all do a better job...
Hi all, I'm currently developing a "web service" library for PHP, which uses JSON as the protocol for the underlying data exchange. It's coming along nicely,...
Well, I've discovered my oversight. If I pass in an argument "foo", the response becomes: {"id":1130183649, "result":'foo', "error":null} So.. all is well.. ...
Hi, ... needs to be fleshed whenever its carried forward. I guess we could all do a better job of helping there it if it can be moved to a wiki, thus allowing...
... Yea, echo(msg) takes exactly one argument. I guess my impl should not report "Not a JSON-RPC post" but an error stating that a wrong number of arguments...
Hello. My name is Gaetano Giunta, and I am the main developer of the PHP XML-RPC lib. I discovered json-rpc today, and could not resist immediately starting to...
... XML-RPC lib. I discovered json-rpc today, and could not resist immediately starting to hack support for json-rpc into the lib (for now only avalibale in...
Hello, I just wanted to let you know that I put up a new RC version of the xmlrpc lib on sf.net. Besides a couple of bugs fixes and improvements, mostly in the...
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...