On May 27, 2009, at 1:02 PM, Dan Miron wrote:
-0
From what I can see, there is no special reason for doing this, but
I'm
not strongly against it, either.
I had not mentioned the reasons since I thought they were pretty
obvious:
1) Remove lines of code. It removes about 10 lines
2) Use a standard mechanism (dependency injection
3) Make it easier to implement different container manager adapters
for our DI frameworks
In addition, and less obvious, this is also a prereq for easily adding
support for Events in ComponentManager.
Thanks
-Vincent
Vincent Massol wrote:
> Hi,
>
> I'd like to remove the usage of Composable and instead inject
> directly
> the ComponentManager.
>
> Implementation note: I'll create a component manager component
> wrapping ComponentManager (thus using Composable internally).
>
> Here's my +1
>
> Thanks
> -Vincent