Hi Olaf,

Hopefully there is no "magic".  I think it works pretty much like regular
Flex modules.  There is a UIModuleLoader that loads a Mouse compiled and
defined from a UIModule.  You can defer the downloading and instantiation
of the module by controlling when the UIModuleLoader's URL for the module
gets set.  In theory, the URL can point to anywhere you have permission to
load and run code in a JS file.  So the module does not have to be bundled
and delivered with the application files.

Of course, I expect there are still bugs and missing features that need to
be worked out.

Thanks,
-Alex

On 8/18/17, 1:30 AM, "Olaf Krueger" <p...@olafkrueger.net> wrote:

>Hi Alex,
>great that you've heard the community voice and start working on this!
>
>>...and loaded after application startup...
>
>Does this mean that a FlexJS module is loaded from the server (same origin
>as the main app?) by some magic or is it already bundled and delivered
>with
>the FlexJS app and will just be instantiated when it's needed?
>
>Thanks,
>Olaf
>
>
>
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FFLEXJS-Modules-tp63894p63905.html&da
>ta=02%7C01%7C%7C7669ae743536483eaaf708d4e613a5a5%7Cfa7b1b5a7b34438794aed2c
>178decee1%7C0%7C0%7C636386419440846961&sdata=ELxRbs%2B23Cq%2Fy0T%2FJaK5Iva
>p1YebDwsHWeJXY%2Bsbfzg%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to