Lightweight loading class-framework recommendation

eco_bach's Avatar

eco_bach

10 Apr, 2010 05:59 PM via web

Hi
A HUGE thanks to both Joel and Shaun for the helpful feedback. I finally have a basic RL+SwiftSuspenders template I am happy with and can expand upon. Next step is to integrate RPenners Signals.
For loading of assets in all my PureMVC projects I've mostly used BulkLoader, which is super-powerful and can recommend. However, for 90% of the work I do, it's totally overkill. Is there something more lightweight you can recommend?

  1. Support Staff 2 Posted by Joel Hooks on 10 Apr, 2010 06:38 PM

    Joel Hooks's Avatar

    I've made a short pass at porting the puremvc loadup utility. I'm on
    my phone so I don't have a link directly but. It is in my repos at
    http://github.com/joelhooks

  2. 3 Posted by rob on 17 Apr, 2010 05:13 PM

    rob's Avatar

    I tried using the LoadUp Util in PureMVC and found it to be much more complex than BulkLoader. That it creates a bunch of temporary proxies and a proxy manager of sorts just all seemed so invasive to me. I tend to prefer my loaders to just be simple objects that live inside of a model somewhere. You might check out the loaders in CasaLib: http://casalib.org/

  3. 4 Posted by Jim B on 17 Apr, 2010 05:43 PM

    Jim B's Avatar

    thanks Rob

  4. Stray closed this discussion on 11 Feb, 2011 11:38 PM.

Comments are currently closed for this discussion. You can start a new one.