power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Module lazy loading #439

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Actually  all the modules defined in the application configuration are 
instanciated in the initApplication() step, even if a module never gets used. 
This is a proposal to add a "lazy" property to modules that will ensure that 
the application will load them only when needed (at the first use).

Original issue reported on code.google.com by ctrlal...@gmail.com on 8 Feb 2013 at 4:31

GoogleCodeExporter commented 8 years ago
committed as r3269

Original comment by ctrlal...@gmail.com on 8 Feb 2013 at 4:33

GoogleCodeExporter commented 8 years ago

Original comment by ctrlal...@gmail.com on 8 Feb 2013 at 4:34