Hi, I'm not sure I'm answering 100% of your question. But the general approach in qooxdoo is to create separate library-style applications. So you would create a skeleton app for your tree component, one for the grid component, asf. Each of these component can be developed individually. In the main application, you would just refer to these components as libraries (using e.g. the "libraries" config key) and use their classes in your main code.
HTH, Thomas tomascejka wrote: > Hi, > > Is there a way how to develop separate components in qooxdoo? > > Example: > - one component with tree , > - second component with grid > > My main goal in order to have codes of tree provider and grid provider > separately (reusing, tree is complicated - build algorithm, event handlers). > Each provider would be develop like qx.Class object. > > When I use "generate.py" the output will be one big file. Is there a way how > to develop separately js files in qooxdoo. "Smaller" piece of code are > better for develop or manage in future. Is qooxdoo prepared for the > approach? > > thanks > > ----- > Enviroment > ========== > > OS: > SUSE Linux Enterprice 10 (i586) - version 2.6.16.60-0.27-smp > Windows XP > > Tomcat v6.0.16 > Java(TM) SE Runtime Enviroment (build 1.6.0-b105) > Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode) > Maven v2.0.9 > Apache 2.2.11 > MySQL 5.1.30 > PHP 5.2.8 > qooxdoo-0.8.2 > Python 2.5 > > Hudson: > ======= > version 1.304 > plugins: Maven 1.304, SSH Slaves > running: deployed in Tomcat > > front-end developer web-based application > A.S.E.I. [http://www.asei.cz] > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
