Hi everyone, trying to realize a heavily OOP-based project, I decided that the OOP layer qx provides is just the best for my needs there is. However, I really *only* need the OOP layer, none of the other stuff, but information is rare and the little there is confuses me. The core manual says to use the 'qxoo-build' target – but what toolchain do I use (mobile, server, …)? The server manual says that I can use qx-oo-3.0.min.js for this purpose, too.
Currently I decided to go with the second approach as it doesn't require me to build the project all the time. But I experience a big inheritance issue: If C extends from B and B extends from A, I can't access A's methods on an instance of C. Is there a way to get this to work? Or do I need to use a toolchain with the build target? Also, what is the best approach to deal with dependencies? If I have A.js and B.js where B extends from A, I can't just include B.js in my project before including A.js as it will throw an error. With more complicated structures (inheritance, interfaces, …) this becomes very complex very quickly. Thanks in advance! -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-use-Qooxdoo-Core-OOP-Standalone-tp7584309.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
