On Thu, May 1, 2008 at 2:51 PM,  <[EMAIL PROTECTED]> wrote:
> Thanks, Dan.  I'll look into it.
>
>  Do I still need special support within Qooxdoo then?  Do I still need this 
> qxjsonrpc.py Derrell is asking Thomas about?

You don't need anything but the problem of generating json is already
solved so you shouldn't want to code it again.

The most popular json converter for Python is simplejson, you can find
it easily with Google and if you use Django, it's already included.
There is probably tons of other implementations that work as well.

All that those libraries do is take your Python dictonaries and lists
and turn them into JSON. Just check the text file in the backend
folder of qooxdoo, it says what data you need to pass to qooxdoo (for
instance in what field you have to put the error code).

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to