Hi, I have certain classes that I want to reuse across various application. how would you advice me to package this classes using the python build ?
I had a look at the following URL, but this cool feature has nothing to do with packaging reusable classes. http://qooxdoo.org/documentation/0.8/parts_overview I also try to introduce some namespaces (like Java package concept) to sort out my classes. I don't know where to put all that in term of root and obviously, class folder is not correct since I got that error on build : !!! Multi namespaces per library are not supported! The top root namespace according to http://qooxdoo.org/documentation/0.8/application_structure is the application name. OK, this could handle some specific classes like myapp.MyWindow1, ... Can I have novlog.myapp.MyWindow1 instead (without having the application name to be novlog of course) ? Also, I plan to put all the reusable classes in novlog.fwk.MyAbstractSomething, ... Some classes from novlog.myapp.... will inherit from classes in novlog.fwk for example, so a dependency is needed. Where can I put this classes ? How could I package them in order to be common to all my application ? I would prefer to embed them into the application so there will not be version issue : each application embeb all it need (in the build spirit). My only problem is how to tell generate.py via config.json to embed all classes under novlog.fwk.* or all classes under <rthis path> Thanks. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
