Video with an un-framework overview
I wanted to share a video recording with an un-framework overview. This simple library has evolved a little bit from my previous post but I expect it will stay in this form for good
I don’t think it can evolve to anything more sophisticated but I hope that it will serve as an inspiration to others when building their own sets of helpers. I plan to use it solely as a substitue for my favorite DI frameworks when doing mobile Flex development.


Hi Piotr, I got to know you thanks your splendid MAX 2010 presentation that introduced me to the world of the IoC containers.
Now, since I’m not properly an expert of this concept I could say something wrong here, so forgive me in case.
My doubt is this: with your implementation, it looks like you also shifted from the DI pattern to the ServiceLocator pattern, implemented with a Singleton.
In this way, aren’t you completely missing the IoC point, that is to not let the class which needs the dependency injected know the injector (at least I think this is the point)?
Also, how slow is something like robotlegs on mobile? Is it THAT slow?
sebas
30 Jan 11 at 10:24 pm