Hi Defero,

You need to check the following for dynamic loading:

1. if the part has already been loaded (version, build, date etc)
 - different versions of the same part might be loadable at the same time
 - different language parts
 - etc
2. if there are cross referencing
3. circle referencing
4. the integrity ...the questions is what is necessary...?
5. some kind of lazy loading to preserve memory and decrease loading time

...a list at runtime...how should it else be done?

Stefan


> Hi John,
>
> so i've been thinking how i would start creating the part loader which
> should be "easy" to create with how you set up the things.
> But for it to fit our purpose here, it asks that only a single part/library
> can be recompiled.
>
> I'm not sure if there is a nice way of achieving this. In case of two parts
> have the same dependency but are not aware of each other. Which in most UI
> qx classes i think shouldn't be an issue if they are compiled/loaded twice.
> But i'm sure there are plenty of classes that have to strictly be loaded
> once onto dom.
>
> Do you think there is a way to achieve this without cross-referencing every
> part and adding to boot the same dependencies.
>
> Regards,
> Defero
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/QxCompiler-add-ES6-faster-compilation-and-100-Javascript-API-to-building-applications-tp7587992p7588112.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to