On Thu, Feb 18, 2010 at 17:19, Bjoern Fischer
<[email protected]>wrote:

> Hi Derrell,
>
> > Hi. You're looking at the correct documentation. The _Script'Transport
> > stuff only pertains to cross-domain requests where the Script Transport
> > must be used. Requests to the same origin as the application page will
> > generally use the XMLHttpTransport which uses XMLHttpRequest (XHR), in
> > which case the ScriptTransport stuff is not used.
>
> ah, ok, I see. I was not aware of that abstraction layer. Does qooxdoo
> use the native JSON implementation on the Mozilla/Firefox platform or
> always its own cross browser appraoch?
>

Currently, qx.io.remote.Rpc and the various qx.io.remote.transport.*
transports use qx.util.Json which is a JavaScript implementation of JSON
formatter and parser. The reason it uses this is that qooxdoo supports the
formatting and parsing of dates, from and to native Date objects, which is
an extension of JSON. We are under ongoing talks about the best way to allow
our extension when needed, while also allowing the use of the fast native
JSON formatter/parser built in to the browser. We've narrowed it down, I
think, to an extension mechanism, but no changes have yet been made to the
code.

Cheers,

Derrell
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to