Hi all, I probably should have sent out this mail much earlier. Unfortunately I just don't have enough free time to work on jsolait anymore. I have not been...
Hi, I'm jsolait's XMLRPC to implement a manager, but the request issued to the HTTP server contains only the HTTP headers. Is this normal ? Code: <script...
I just downloaded the latest SVN and when I attempted to build I received the following error: CreateModuleFailed in [module 'jsolait' version: Rev.85]: Failed...
I am trying to use the jsolait XML-RPC support to communicate with an XML-RPC I have written. The problem I'm running into is that my Javascript and jsolait...
I getting RequestOpenFailed Opening of HTTP request failed when doing a xmlrpc ServiceProxy call to a different host in Mozilla. I've read about the...
I have started playing with jsolait and I love it! Thanks for the work, I think it is going in the right direction. I have a question about the usage which I...
I just got some results from playing with the experimental branch: One feature was to expose new objects to a module's local namespace. This seems to work fine...
Hi, I am not sure this is the right place to ask. I am using JSON-RPC-JAVA and wondering how I can Invoke method with HTTPSession or request as parameters. In...
Hello! We've built a fairly big intranet system for a local company. They're now reporting that the system slows down more and more if they leave the system ...
Hi, I had to bypasss the XML RPC ServiceProxy and HTTP POST directly to a server. The server returns an XMLRPC response. I want to use the XMLRPC module to...
Version 2.0 is great! Now we can get subclasses to retain their private variable correctly. You can run the html below to see what I mean. Change the...
Hello! When the text in a cell of a LiveGrid gets too long, it wraps to the next row, creating a fat cell. This is not looking good - so does anyone know how ...
Hello! I hope that I'm incredibly dense, and that this is already in jsolait.. If so, please tell me where instead of scolding me :) What I want is of course...
Hi everyBody, i want to know " how jsolait can be used for Zope Server "... please give me some detail , as i am working on Zope ... Thanking you all....
I've been playing with your csvg project. Very cool. I have a small demo at http://www.zacharywhitley.com/projects/graph-test01.xhtml You can click and drag...
as suggested I opened the wiki a bit again by adding a guest account just login as guest:guest and you can edit the wiki and add tickets just like before the...
Hi Firstly, thank you for making available the jsolait library. I want to use the XML-RPC jsolait library to connect to our 'JIRA' issue tracking system...
Has anyone experienced this? I suspect (and have tweaked) security settings in IE related to ActiveX, but I just can't seem to get IE to parse XML. The XML...
Hi everone! I noticed having keep-alive enabled in Apache delays the method response by the keep-alive timeout. The callback function does not get called until...
I have created a new branch: http://svn.jsolait.net/branches/experimental/ Things I have implemented in that branch: * jsolait now only exposes a single global...
Another idea I have been playing with. I have been thinking about dropping the Module(...) constructor or makign it optional. Lets say modules are loaded only...
I have been thinking a while about asynchronous module loading/import and would like to get some feedback on the subject. The advantage is that module imports...
I believe 2.0 is where I want it to be and I'd like to close the mile stone and move forward to the next one. This means that jsolait 2.0 is feature complete...
I had to lock down the wiki for now :( Until a solution is found I have to lock down the wiki. Thanks to everyone who helped with spelling and grammar and...
I added a zip(iterable1,...) to the iter module which returns an Iterator that will iterate over the iterable objects simulatiously similar to python's zip()...
The ticket system has been spammed on a daily basis. It started with ticket comments and then with brand new tickets. For now I removed all anonymous...
Hi all, I just played a bit with the yahoo widgets and added a script to the jsolait trunk that will make it possible to use jsolait inside widgets in a very...