* The main one : qooxdoo distrib is bigger.
In fact, when using the "normal" way, that generate.py produce your  
final app ready to distrib : your app + qooxdoo distrib, but an  
optimized qooxdoo distrib that only contain classes that your  
application need.
This allow a global distrib (your app + qooxdoo) that is smaller, but  
I don't know how much smaller.

The qooxdoo distrib we were talking about is an all purpose qooxdoo,  
it has not been optimized for a particular application, and the disk/ 
bandwidth footprint is bigger.
That kind of distrib'size is around 2Mo using the Petr scripts but it  
could vary depending on what you decide to include in a all purpose  
qooxdoo distrib.

The source code of qooxdoo is composed of a lots small files (one per  
class or something like that) that are then agregated following a  
"shopping list", so depending on that list, is could be smaller or  
bigger.

Basically, that approach on "sources" is very powerfull since you can  
do all you want on "binary distrib".

* Other : generate.py produced ressources aware files so your  
application is also optimized on the ressources loading aspect.
That's why you have to declare in comments that are not totally  
ignored, like classical comments (think to Javadoc as an analogy), the  
use of images or other ressources.

On 21 Jan 2009, at 08:45, Gal.Rubinstein wrote:

>
> Well, it has a rich set widgets, also the portal demo did it's  
> impression
> mark.
>
> my job now is to make a test and see how we can integrate it with  
> our j2ee
> project (maven web app + DWR ajax framework).
>
> what are the cons of using qooxdoo without the generating scripts?
>
>
>
>
> Jean-Baptiste BRIAUD -- Novlog wrote:
>>
>> Hi,
>>
>> Welcome aboard !
>>
>> In fact, it is not only possible : it also works fine and some of us
>> use qooxdoo this way.
>> Currently, there is no official 'binary' build that would allow that,
>> but you can simply use SVN and build qooxdoo yourself so the
>> application can be developped using it without using the python
>> hammer :-)
>> The process of having your own qooxdoo build is quite easy.
>>
>> 1. Checkout qooxdoo from SVN using version 0.8.1 tag
>> 2. get the latest version of his script that do the work
>>     URL should be http://kobalicek.com/res/files/js/qxbuild.zip
>>     Thanks to Petr Kobalicek, he could answer specific question here.
>> 3. Enjoy your qooxdoo build without py generator.
>>
>> Make sure you are well aware of pro and cons of not using python
>> generator.
>>
>> Just curious, what fact made your team to choose qooxdoo ?
>>
>> On 21 Jan 2009, at 08:08, Gal.Rubinstein wrote:
>>
>>>
>>> after long debates (and I mean long %-|) my team decided that
>>> qooxdoo will
>>> work, but, without the whole generating mechanism it provides (the
>>> python
>>> scripts).
>>>
>>> looked around and could find a clue. so, my questions are:
>>> 1) can we use the framework without the generate.py and the
>>> create..py ? if
>>> so how?
>>> 2) do you have a 'build your own' style javascript creator (like  
>>> Extjs
>>> have)?
>>>
>>> Thanks a lot,
>>> you are doing a great job, qooxdoo :rules:
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/using-wooxdoo-without-generators%3E-tp21578097p21578097.html
>>> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> This SF.net email is sponsored by:
>>> SourcForge Community
>>> SourceForge wants to tell your story.
>>> http://p.sf.net/sfu/sf-spreadtheword
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>
> -- 
> View this message in context: 
> http://www.nabble.com/using-qooxdoo-without-using-the-generators-tp21578097p21578427.html
> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to