Hi Petr! > How is solved linking? In C++ I can't link statically my application > into LGPL library, instead I need dynamic linking (dll, so, ...). How > about qooxdoo toolchain? If I understand it correctly (just the terms) > that dynamic linking will be qooxdoo.js and application.js, but > qooxdoo toolchain creates static, single JS > "application_with_qooxdoo.js".
You don't have to bake everything into a single file. In order to split up qooxdoo and your app on a code/packaging level, you could create jobs that create both a framework file (including only qx.*) and an app file (excluding qx.*). By making the config available to users you'd also allow them, for instance, to either recreate those separate output files or to create a single JS file (both supporting a modified version of the qooxdoo framework). Bye, Andreas ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
