Hi Stefan,

On Thursday January 14 2010 12:16:44 Stefan A wrote:
> I have two question to get some advice regarding qooxdoo integration:
> 
> 1. How can I change the path to resources when I have put qooxdoo in web
> container such as JBOSS? How does it change if the resource folder is not a
> subfolder to the index.html file loading and activating qooxdoo? THis can
> happen if you use a database oriented CMS, where the custom qooxdoo
> application (with or without the qooxdoo library) is saved within the
> database and is connected to an for example an article of a webpage as
> embedded. Give me some advice for example how to integrate qooxdoo in
> Drupal.
You can take a look at the "compile-options" job documented at 

        
http://qooxdoo.org/documentation/1.0/tool/generator_config_ref#compile-options

At the "uris" block you can provide an alternative URI to the resources which 
qooxdoo should use. You have to write your own job/extend existing ones to 
achieve this. You can extend  the "source-script" and "build-script" jobs 
which are defined by the framework and which need to be changed to use your 
settings. 

> 2. How is it supposed to be with a custom qooxdoo application and the
> qooxdoo library? How is it possible to compile the two in separate modules;
> one base module (the qooxdoo library) and one application module (the
>  custom code)? This is better when you again deal with integration of
>  qooxdoo in a java CMS.
Why is it better? Normally a build qooxdoo application is compiled into one 
javascript file containing every necessary class and a loader logic to start 
the application. Why do you need two separate files? Is it really better here?

cheers,
  Alex

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to