On Wed, Aug 27, 2008 at 3:04 AM, Fabian Jakobs <[EMAIL PROTECTED]>wrote:

>
> The new generator has the ability to split an application into several
> packages, which can be loaded as needed. You basically define entry
> points to each module and the generator calculates how to distribute the
> JavaScript fils among packages. This is the "magic" :-). However in the
> code you will have to load a module manually before you can use classes
> from them. This is needed because package loading happens asynchronously
> - this can't be made transparent.
>
> However this feature is not yet ready for prime time. We developed it
> first for "gmx.com" but it was not a feature we focussed on for 0.8. It
> lacks some proper testing, examples and as you have noticed it lacks
> documentation. I you will see a final implementation in 0.8.1 or 0.8.2.


Ok.  It would be great if applications we are writing now can initially be
loaded all as a single unit, but when the package functionality is complete,
can be easily switched to loading packages on demand. If you could just
provide enough documentation right now to show what the entry points need to
look like (maybe with an extremely simple example), that would be incredibly
useful to avoid redesign later.

Thanks!

Derrell
-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to