> I would like to write server-side QxBuilder but for Java backlayer. But > I haven't any documentation (reads "specification") what fully describes > all tags and all properties. I mean this kind of documentation. Does
I'd be very interested in collaborating to write specs for qxml, which should cover 0.5 and 0.6 syntax. > QxBuilder xml describe all possible qooxdoo objects? For example, can I > set for QxAtom user data in xml as in js looks qxAtom.setUserDate(a,a)? setUserData is not supported by Javascript QxBuilder nor PHP QxBuilder. But it is trivial to add. The basic principle is very simple: tag names become class names, attributes become properties, plus the eventListener code. But to make it truly useful, all the little exceptions need to be caught. One reason I call for a simple, uniform, and flat API is that this would make a QxBuilder so much easier to write and maintain. For example, the use of managers should be avoided completely, so that you can set all properties directly with XML attributes. Christian > Thanks for reply > > Christian Boulanger wrote: >>> Hello! >>> >>> I'm novice in qooxdoo. And I have few questions about OxBuilder. I >>> want to use it in my project but I can't find full description of xml >>> described UI. Does anybody know where I can find this docs? And how >>> about performance if I have a quite complicated interface? >>> >> >> There is a description of the qxbuilder syntax (for 0.5.x only, not for >> the current development branch) here: >> >> http://qooxdoo.org/documentation/developer/phpqxbuilder_and_data_manager_extensions#php_qxbuilder >> >> it is geared towards the server-side PHP QxBuilder. Examples for the >> client-side QxBuilder should be in the examples at >> >> http://old.qooxdoo.org/public/demo/test/Builder_1.html >> >> Server-side parsing is hugely faster than client-side parsing. I have no >> data.though. >> >> As to 0.6 QxBuilder, the syntax has changed since you need to use the >> fully qualified class name. Everything else should work the same, >> though. >> Anyone? >> >> Christian >> >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
