I'm learning about xmlrpc. I managed to get a server runing, using pear:xmlrpc 1.3.3, and a client, using jsolait 1.1. The problem is that the jsolait client...
Hi, When I execute 2 calls simulaenously, the callbacks are not passed properly to the assigned functions. This happens only in IE. In firefox it works ...
Hey. Has anybody considered by any chance a possibility of having protected members in JSOLait classes? I was thinking about it and the simplest solution I...
Hi! All When using frame or iframe, it may initial many times. I add some code to only initial once. Module = function(name, version, moduleScope){ if...
I have jsolait working with xml-rpc using the apache implementation and would like to now venture into the json-rpc realm but am having problems getting my...
... depends on your serverside script/handler for the requests. Sorry, thats a lame answer but I am not quite sure what to answer. What I have on my server...
Jan, Thanks for your response. I would like to contribute to your cause but also work a full time job. If you could figure out how to create small tasks that...
I would like to contribute someway:) Currently I'm working on modules to make it easier to create various controls on a web page (I have a menu and a tree so...
Hello. I'm really not sure if utf-8 is handled correctly... Let's try http://jsolait.net/examples/jsonrpc/tester.xhtml . Then select from below: "The following...
... but also work a full time job. If you could figure out how to create small tasks that could be checked out, worked on and checked back in that would be...
... when it's up. please do send the link. ... pretty slow (if I call base class constructor from child class constructor in a moderately big class object...
Hi, I'm picking up quite a project in which jsolait has been used, and one of the things I want to deliver as part of the final project is a nice test-suite. A...
Hello! I'm looking into this for use with a specific web service, that requires a session cookie to be passed (I'll be getting that cookie in a PHP script...
... There is no specific module (yet) to set and read cookies, but sounds like an interesting one to write. For now you either have to write your own module or...
... I think it is valid. I just did a little test using jsolait-online using json-rpc. A method on the server returns the cookies sent to the server. the...
Not sure what this has to do with jsolait really. To be honest it looks like advertisment to me, which should go straight to the spam bucket. Oops no, there is...
There was a lack of feedback to my testing threaad, but I need it done, so I've started it. I welcome feedback, but right now, my priority is getting my...
Just a thought that has been crossing my mind. Would it be a bad idea to enable classes to be instanciated with and without the new keyword? e.g. o = new C()...
1. I don't think you should add object declaration without the "new" keyword. It will make it harder to read and understand what the code does as well as...
... keyword. It will make it harder to read and understand what the code does as well as actually encourage people to make the mistake. I have to agree with...
Well, I think you can make it optional to allow object creation without the new keyword ("Class.createWithoutNew = true" or something like that). This way if...
Looks interesting, but couple of quick questions: * Is there any way to generate documentation for it? Going through code is fun, but looking at docs in one...
Been hacking some more: http://jsolait.net/download/jsolait.2005-09-16.zip It includes some auto generated docs though they sometimes don't include everything...
... code is fun, but looking at docs in one place can speed up learning how to use the new code. yeap, I included some autogenerated docs in the latest...
If anyone cares to chat about jsolait join: irc://irc.freenode.net/jsolait I, keyjaque usually hang out there during the day(London time). If I am not there...