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 221 - 250 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
221
Gaetano, ... No. A good example for it are the test forms, for example: http://xins.sf.net/demo/specdocs/myproject/MyFunction-testform.html Thing is, we kept...
Ernst de Haan
ernst_dehaan
Offline Send Email
May 1, 2006
8:59 pm
222
... Id must be null for notification(or optionally not present in 1.1), Zero(0) is a perfectly valid id for a request. Matching null against not null should...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 2, 2006
9:13 am
223
Been thinking a bit about the spec over the weekend. Point 1: support for notifications: the current spec is extremely vague on the topic, and there are some...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 2, 2006
9:16 am
224
... I don't think so, notifications are realy useful for dispatching events and messages to a peer. << I don't mean to question whether notifications are...
Atif Aziz
azizatif
Offline Send Email
May 2, 2006
12:14 pm
225
In message #223 <http://groups.yahoo.com/group/json-rpc/message/223> , Gaetano made several suggestions for system methods. ... I think these are a good...
Atif Aziz
azizatif
Offline Send Email
May 2, 2006
1:06 pm
226
Gaetano, your points and concerns on notifications and [id] are right on track with my observations as well. I think they're a bit ambiguous at the moment and...
Atif Aziz
azizatif
Offline Send Email
May 2, 2006
1:22 pm
227
I think these are a good starting point. I already implement system.listMethods in Jayrock though I have not been able to take advantage of it as yet. But then...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 2, 2006
1:50 pm
228
Hello all. I just josnrpc-enabled the public ws server and debugger maintained as part of the phpxmlrpc package. server availbale here: ...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 2, 2006
4:28 pm
229
re-reading the current spec, I think there might be a problem in the http binding: 'To give the serverside peer a chance to send messages to the client side...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
May 4, 2006
10:13 am
230
I propose the content-type to be "application/json-rpc". The alternative would be "application/jsonrpc". Either would be fine, though my apps are using the...
Jim Washington
jimcburg
Offline Send Email
May 8, 2006
12:05 pm
231
I may be wrong, but I think the intention that Jan had with the empty POST was to get the effect of a hanging GET to tunnel events. If that's so, why not use...
Atif Aziz
azizatif
Offline Send Email
May 8, 2006
12:17 pm
232
... I agree, and prefer this format vs. jsonrpc (no dash) as more consistent with ones I've seen. - Howard ... From: Jim Washington To:...
Howard Kapustein
hsk0
Offline Send Email
May 8, 2006
12:23 pm
233
Using GET instead of POST might be fine, but leaves open the identification question: how can the server correctly identify the client that is asking to be...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 8, 2006
1:04 pm
234
... I would only think identification should be done by a session id, never by IP. Just seems like a step backwards without much advantage -- Matthew P. C....
MPCM
WickedLogic@...
Send Email
May 8, 2006
1:52 pm
235
Of course the second option was only mentioned to scare people a bit... :) Thinking even more about it, I see some problems with session ids inside method...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 8, 2006
2:45 pm
236
Or that the session id is a required parameter of the rpc methods being called (in addition to anything else outside the json). That way multiplexing can...
MPCM
WickedLogic@...
Send Email
May 8, 2006
2:56 pm
237
... I agree with that. I just dropped Douglas a mail to see what he did to get application/json registered. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 9, 2006
9:01 am
238
Excellent! The official way would be through: http://www.iana.org/cgi-bin/mediatypes.pl I doubted if Douglas went a separate route. ... From:...
Atif Aziz
azizatif
Offline Send Email
May 9, 2006
9:30 am
239
... To get application/json-rpc into the IETF tree it looks like an RFC needs to be written for it. I guess I could take the 1.0 spec and put it into RFC...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
May 9, 2006
10:45 am
240
maybe it would be better to wait for 1.1 and get that approved? bye Gaetano...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 9, 2006
11:01 am
241
... PS: btw: my implementation distinguishes between POST and GET, servicing html documentation / debugging pages to get requests. This makes it very friendly...
Atif Aziz
azizatif
Offline Send Email
May 9, 2006
3:52 pm
242
I agree. I've made a note for the moment of using application/json-rpc for the 1.1 draft. While on the subject, though, if the arguments laid in Appendix A [1]...
Atif Aziz
azizatif
Offline Send Email
May 9, 2006
4:49 pm
243
A nice way to add session ID to requests / responses with complete backward compat could be to take advantage of the fact that the current ID field can be of...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
May 9, 2006
9:58 pm
244
... I think I have the whole thread here. For the Zopes, we are in a situation where positional and named parameters are both allowed. And very useful. For...
Jim Washington
jimcburg
Offline Send Email
May 10, 2006
1:26 pm
245
To solve the problem of interface versioning, while adhering to the xmlrpc spec, we have been using an extremely simple solution for a very long time: just...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 10, 2006
1:44 pm
246
Hello, let me introduce myself, my name is Balazs Ree and I am also a the co-author of the "jsonserver" json-rpc implementation in Zope. I wanted to make a...
Balazs Ree
ree@...
Send Email
May 10, 2006
3:12 pm
247
I can see the point in keyword/named arguments, especially if you are doing translation before calling the `real` method (doing security checks and basically...
MPCM
WickedLogic@...
Send Email
May 10, 2006
3:36 pm
248
... There are some languages there, where a function signature does not define any type for the expected parameters, with PHP being a prime example. In such a...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 10, 2006
4:20 pm
249
... I apologize in advance if I misunderstand you, I don't intend to do so. Suppose we have no support for named arguments as it is the situation right now....
Balazs Ree
ree@...
Send Email
May 10, 2006
4:44 pm
250
Let me recap (i hope I get this all right). I see Atif's proposal (allow "params" to be either object or array) as requiring either: "name all params" (if...
Jim Washington
jimcburg
Offline Send Email
May 10, 2006
5:26 pm
Messages 221 - 250 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