Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread Petr Kobalíček
Hi all, I don't know where to start replying :) The configuration I posted is runtime configuration (in html) that can be generated from template. So I can switch to build/debug version at runtime. I can also switch themes and paths. It's only for qxbuild, because some variables was patched in r

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread thron7
Markus Wolf wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Thomas, > > thanks for your input. I'll try this way. I first considered it is not > usable for us, because in the documentation is stated that this is only > relavant for development. But if it's already usable for deplo

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread thron7
Petr wrote: > Hi Markus, > > As said Jean, > > Some of us are using qxbuild where it's possible to do this. I'm the > author of qxbuild and I must say that this also is possible by qooxdoo > itself, but you will probably need to hack it:( > No need to hack qooxdoo ;). Creating a custom librar

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Thomas, thanks for your input. I'll try this way. I first considered it is not usable for us, because in the documentation is stated that this is only relavant for development. But if it's already usable for deployment I'll give it a try. Thanks M

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread thron7
Hi Markus, > We have existing html files which are served by a java application > server and a uri naming scheme like this: > > The main file: > http://somehost/survey//index.html > > All resource files: > http://somehost/survey/resource//path/to/resource.js > > The problem with the qooxdoo integr

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Petr, do I understand it right that the given fragment should be added to the html file before loading qooxdoo scripts? I'll try that, thanks for your help. Markus > Hi Markus, > > As said Jean, > > Some of us are using qxbuild where it's possi

Re: [qooxdoo-devel] Application Integration

2008-11-25 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jean-Baptiste, it is not a requirement to have one big qooxdoo file (I thought the 'compiler' generate a file with all dependencies included when doing a ./generate.py build). What we need is to change the script/resource location, because we do no

Re: [qooxdoo-devel] Application Integration

2008-11-24 Thread Petr Kobalíček
Note, the config I posted is generated in HTML page, so you can change everything on reaload. 2008/11/24 Petr Kobalíček <[EMAIL PROTECTED]>: > Hi Markus, > > As said Jean, > > Some of us are using qxbuild where it's possible to do this. I'm the > author of qxbuild and I must say that this also is

Re: [qooxdoo-devel] Application Integration

2008-11-24 Thread Petr Kobalíček
Hi Markus, As said Jean, Some of us are using qxbuild where it's possible to do this. I'm the author of qxbuild and I must say that this also is possible by qooxdoo itself, but you will probably need to hack it:( Comments from core developers are welcome here;) I'm using pylons on the server an

Re: [qooxdoo-devel] Application Integration

2008-11-24 Thread Jean-Baptiste BRIAUD -- Novlog
Hi Markus, Welcome aboard ! About your issue, I'm not 100% sure to understand it, but you mentionned what could be a solution for you : a qooxdoo in one big js file you could download the way you want. First, I have to warn you : this is not the "standard officially recommanded way". Than,

[qooxdoo-devel] Application Integration

2008-11-24 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm new to qooxdoo and want to integrate it into our existing application. The docs are good so far and I managed to create a simple example with integration as stated on the website docs. But We have existing html files which are serve