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...
I've been giving this some thought for a while now and it's one of things I am planning to add to Jayrock over the next two weeks or so. You're totally right...
If anyone cares, I got it working (using JSONRPCMethod but not ServiceProxy using the latest nightly code). In my previous example I was using 1.1 code. ...
I've created two bugs on trac. One to address the "\0" issue and another one about registering functions as services. So is anyone out there using this (the...
... That's a bug. I will fix that. What it does it just takes \n and \0 as delimiters. it should also take the delimiter into account. ... Yes, that has been...
Hi ... we are in JavaScript so the new keyword might be the solution m=new json.JSONRPCMethod(...) Jan PS. prefering python over JS I have been thinking to let...
... whoops! my bad. Don't program in js for a while and you forget about stuff like "new".... ... I wouldn't cater to python people. Make JS easy for JS...
... Based on my experiences of jsolait from a year ago, and highly prejudiced: Mochikit/Dojo: unobtrusive module systems, adding framework on the side that you...
Johan- Thanks for your feedback. I'll probably use mochi or dojo eventually. Right now I want to make sure that I'm doing the backend right (since I'm doing a...
... backtraces from the console, showing the source of most errors in module code as some inheritModule call, and possibly just of a module that inherited the...