Hey,

we did implement a crossdomain backend using the postMessage api in a hidden 
iframe. That way we could reach out to our server backend while still 
developing our application from the file uri. Also it is very nice with a 
couchdb backend since you get plain json from the couch and could then send it 
as either json or javascript object to the application using a postMessage call.

We solved the serialization/deserializsation problems with the correct 
marshaling by implement an own CouchDocumentMarshaler extending the 
qx.data.marshal.Json implementation. With this approach also the 
qx.util.Serialize thingie works like a charm.

If I find some time to cleanup our code (currently its quite hacky and there 
are application dependent parts in it) I will contribute it back to qooxdoo.

And yeah, I work for SinnerSchrader since a short period. Currently we create a 
backend admin tool for a customer which will probably closed source.
And also yes, I was at <http://jsconf.eu> jsconf.eu<http://jsconf.eu>. It was 
awesome, wasn't it? :-)

Regards
Markus

.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to