>
> I read about the 'parts' option in the generator/config stuff, but not 
> really sure how it works.  Is it possible to make one part for *all* 
> qooxdoo core framework, then another for my app?

There is a bug in that direction: 
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2008

The bug suggests to leave the app in normal 'source' mode (all class 
files individually), to support better debugging and reloading.

> Further, I'm using Inline 'mode' as I have a large Rails app (100 odd 
> pages...) and am attempting to take 10-20 html dynamic prototype.js 
> enhanced pages and make 3 or 4 very dynamic qooxdoo apps.  Since I 
> have these 3-4 apps, I want to have a part for the common code between 
> them.

Put the common classes into an own "library" application that you then 
add to the other applications as an additional library in the config's 
"libraries" key. See 
http://qooxdoo.org/documentation/0.8/generator_config_articles#library_key_and_manifest_files
 
for more. You can also look at the gui skeleton of the SDK, and its 
config.json, where you have a sample "libraries" key fetching a library. 
The only difference is that the skeleton fetches a contribution which is 
downloaded first, which is of course not necessary if the library is on 
your disk already.

HTH,
T.


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to