I suppose that you answer to my question sufficiently. Result But the general approach in qooxdoo is to create separate library-style applications. Separate codes of components.
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. There is a way how to link components into main application. I suppose that you mean setting in config file for generate.py script. Thanks. thron7-2 wrote: > > 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 > > ----- 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] -- View this message in context: http://www.nabble.com/component-approach-development-in-qooxdoo-tp24434400p24511697.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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
