Am 08.09.2008 um 22:59 schrieb Jean-Baptiste BRIAUD - Novlog: >> >> -- snip -- >> >>>>> >>>>> >>>>> >>> You forgot that part of my answer, the most important : >>> >>>>> I understand that, but for us (with our generator on top of >>>>> qooXdoo) >>>>> either we have a performace issue at load time (with big distrib >>>>> hypothesys) witch is not acceptable or we have a build-time >>>>> performance issue when launching the Python build everytime our >>>>> user >>>>> want to see the resulting application (and that could happen very >>>>> often, like every 5 min) and it may not be acceptable as well. >> >> As already mentioned: Maybe it would OK for you to create a set of >> JavaScript files once. For example to compile the 400 classes into 10 >> logical packages (where one is kind of core which is needed by all of >> them). Then you can dynamically include the packages you like. Would >> that be an option? >> > > No, that would be a solution ! > > How hard it is to do that ?
Not to hard. You can basically build all this into a single config.json (configuration for the generator). It is basically a set of include/exclude statements which filter the whole class set into smaller groups. We can work on this together when you like. Sebastian > > >> Sebastian > [CUT] > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
