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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 101 - 131 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101
http://groups.yahoo.com/group/json/...
Douglas Crockford
douglascrock...
Offline Send Email
Jul 19, 2005
11:00 pm
102
Quick question. http://json-rpc.org/specs.xhtml says that an RPC response should include an Error object, but I can't find a definition for Error objects - are...
Michal Migurski
michal_migurski
Offline Send Email
Jul 25, 2005
5:22 pm
103
... They are application specific and should not be null in case an error is ment to be returned. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jul 26, 2005
12:58 pm
104
... error ... Jan, The java class JSONRPCResult defines errors. I have added two new errors: public final static int CODE_SESSION_EXPIRED = 594 public final...
stevenjhallatmenlo
stevenjhalla...
Offline Send Email
Jul 27, 2005
8:52 pm
105
We have put JSON RPC into production recently and it has been quite successful. However, we are logging an occasional error: java.text.ParseException: A...
stevenjhallatmenlo
stevenjhalla...
Offline Send Email
Jul 27, 2005
9:15 pm
106
Hi Steven, ... You are using JSON-RPC-Java on the server side. You are probably best posting to the json-rpc-java list for issues regarding that specific ...
Michael Clark
michaeljclark
Offline Send Email
Jul 28, 2005
4:17 am
107
Guys, I'd like to introduce a new JSON-RPC implementation I recently started. I named it JRP which stands for JSON-RPC Page, and it allows you to create...
jake_s_lim
Offline Send Email
Aug 6, 2005
11:40 pm
108
I've a quick question about json-rpc over http. I plan to use json-rpc for a project. I plan to use MochiKit as a JS library and wrote a json-rpc request...
Stephan Diehl
stedi1967
Offline Send Email
Sep 1, 2005
8:19 am
109
... serialized request objects.' How should the Header look? I did make any requirements on the headers. They should contain the content length and a mime...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 1, 2005
11:13 am
110
... Ahh. In that case the HTTPConnectionHandler implementation in jsonrpc (out of pyjsonrpc.zip) is probably faulty. urllib (or urllib2 for that matter) sets...
Stephan Diehl
stedi1967
Offline Send Email
Sep 1, 2005
11:23 am
111
... jsonrpc (out of > pyjsonrpc.zip) is probably faulty. Probably faulty in other things as well. ;) It was a quick prototype I wrote up without much testing...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 1, 2005
12:51 pm
112
Hi, I would like to announce project JayRock, which is a modest implementation of JSON-RPC for Microsoft ASP.NET. JayRock is an open- source project published...
Atif Aziz
azizatif
Offline Send Email
Sep 7, 2005
3:03 pm
113
... , ... In my implementation, I originally started with the text/javascript, assuming that JSON being a subset of JavaScript, it would qualify as a complete...
Atif Aziz
azizatif
Offline Send Email
Sep 9, 2005
10:39 pm
115
Hi, it seems to me the current spec of JSON-RPC doesn't allow calls from a JavaScript running in a browser without using XmlHTTPRequest. Am I mistaken? It...
lorphos
Offline Send Email
Sep 25, 2005
11:35 am
116
... You can run it over any transport according to the spec. Jan-Klaas has an impl that uses sockets. ... Just so it is clear, XMLHttpRequestObject does do...
Michael Clark
michaeljclark
Offline Send Email
Sep 25, 2005
12:28 pm
117
... I think the spec implies that the content of the POST requests consists of *only* the object in JSON. I don't know if it's possible to achieve that with a...
lorphos
Offline Send Email
Sep 25, 2005
5:01 pm
118
There is nothing in the JSON-RPC specification that mandates the use of XMLHttpRequest. The specification simply says how the request and response messages...
Atif Aziz
azizatif
Offline Send Email
Sep 25, 2005
5:04 pm
119
... Can you elaborate on this? I thought I can't access the data sent until it's done (status 4). Got a URL with more details about this? -Sven...
lorphos
Offline Send Email
Sep 25, 2005
6:40 pm
120
... I'm not saying that you can access the data before it's done (although theoretically you can by polling responseText). My point is, if you send another...
Michael Clark
michaeljclark
Offline Send Email
Sep 26, 2005
12:05 am
121
... If the content type is not application/xml and the content doesn't contain <?xml version="1.0"?> it shouldn't try to parse the data as XML I believe...
Michael Clark
michaeljclark
Offline Send Email
Sep 26, 2005
12:19 am
122
... It should be pretty straightforward to say how a JSON-RPC call can be encapsulated within an entity of content-type application/x-www-form- urlencoded. All...
Atif Aziz
azizatif
Offline Send Email
Sep 26, 2005
6:49 am
123
Hi, Over the weekend, I've written a Cherrypy(2.1) filter for json-rpc. (I'll post the code later this week). The json-rpc specs are very silent about the ...
Stephan Diehl
stedi1967
Offline Send Email
Sep 26, 2005
8:12 am
124
... We chose "text/x-json" for zope3 implementation. "text/xml" is the content-type for the other rpc types, SOAP and xml-rpc, so ...
Jim Washington
jimcburg
Offline Send Email
Sep 26, 2005
11:34 am
125
... Excelent. Then 'text/x-json' it is. ... Stephan...
Stephan Diehl
stedi1967
Offline Send Email
Sep 26, 2005
12:21 pm
126
... Yes, although an HTTP server implementation can't really depend on it being set if the implementation wishes to support Opera - so it would then really...
Michael Clark
michaeljclark
Offline Send Email
Sep 26, 2005
3:16 pm
127
On Monday 26 September 2005 17:14, Michael Clark wrote: [...] ... Too much of my precious life time is already spend on browser inconsistencies. I'll probably...
Stephan Diehl
stedi1967
Offline Send Email
Sep 26, 2005
4:38 pm
128
... It is very easy to make a server impl that supports Opera. I see no reason to exclude it. Be liberal in what you accept, conservative in what you send. ......
Michael Clark
michaeljclark
Offline Send Email
Sep 26, 2005
5:13 pm
129
... Agreed. ... I think it should be part of the spec. Perhaps "json-rpc" would be a good name for the parameter. -Sven...
lorphos
Offline Send Email
Sep 26, 2005
8:08 pm
130
... 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...
Johan Sundström
johan_h_sund...
Offline Send Email
Oct 3, 2005
1:08 am
131
Just a note about Opera incompatibilities: Opera 8.5 allows setting content-type in XMLHttpRequest. So, sniffing for '{' is not necessary anymore server-side....
Jim Washington
jimcburg
Offline Send Email
Oct 18, 2005
1:47 pm
Messages 101 - 131 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