Hi all, last week we launched a new webshop of ours. The interesting aspect - it's qooxdoo based :-) .
Some Facts: - qooxdoo compiled into different parts using the generator and explizit includes/excludes for each part to keep the size minimal [core, dombom, io] - our own js files use a server-side based dependency resolution system and explicit dependency declaration in the js files similar to php require and are minimised using yuicompressor after beeing also grouped together - Rpc-requests use a queue implemented as Finite-State-Machine - Product-listings and -details use a widget system based on qooxdoo's widgets, stripped down alot but still using qx.html.* internally which is _really_ nice to work with :-) . Product-pages also contain a noscript area with the same content as real html. At the moment it's not possible to order without javascript but this will change in the future. - other parts use controller type pattern where qooxdoo classes attach themselfes to html already in the page and control its behaviour. All in all it was (and still is) a pleasure to create this, thanks to qooxdoo. Its footprint could be smaller but it's manageable thanks to gzip. The shop can be reached under http://www.belida.de Warning: it's a womens underwear shop :-) and we are still fixing things Greetings Heiko -- Nexst4 GmbH Arndtstrasse 12 01099 Dresden Tel.: +49 (351) 655 76 70 Fax: +49 (351) 655 76 66 Mail: [email protected] Geschäftsführer: Alf Thiele, Matthias Schmidt Sitz der Gesellschaft: Dresden Handelsregister: Amtsgericht Dresden HRB 27274 ------------------------------------------------------------------------------ Download Intel® 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
