More elaborate explanation
i am working on a project enabling json rpc on an exisiting zope
product
the link
http://lab.gnowledge.org/Software/gnowsys_rc1/documentation-of-new-gnowql
is for the query library that works currently on xml-rpc
my project involves in making a mozilla extension to this query
library
As xml-rpc cannot be used to cross site requests from the browser on a
client side due to security issues
(
https://developer.mozilla.org/en/HTTP_access_control)
to resolve the above issue : json-rpc would be the solution ( even
the developers at
gnowledge.org wanted an added form of rpc)
so googled up a few links that will help to do the same
http://www.zope.org/Members/ree/jsonserver2 is a backport of a working
json rpc server for Zope3
as the system uses zope 2.10.7
after adding the above mentioned zope product for enabling jsonserver
on zope how do i enable the existing query library to be able
communicate using json