Lightweight loading class-framework recommendation
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?
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Joel Hooks on 10 Apr, 2010 06:38 PM
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
3 Posted by rob on 17 Apr, 2010 05:13 PM
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/
4 Posted by Jim B on 17 Apr, 2010 05:43 PM
thanks Rob
Stray closed this discussion on 11 Feb, 2011 11:38 PM.