Talk:Dependency injection/Archives/2009/September
Appearance
This is an archive of past discussions about Dependency injection. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
DI Frameworks Features Comparison
I think we should improve the DI Frameworks list so that it compares on DI framework with each other. Of course, we should first find a set of features that DI frameworks may have, and probably define them in the article too. I propose that anyone who has something to add, put it in the list below (or just write about it in the article). Ramiro Pereira de Magalhães (talk) 15:51, 20 July 2009 (UTC)
- Transitive dependency resolution
- Circular dependency detection and handling
- Callback hooks for handling the objects lifecycle events
- Dinamic Proxy creation
- Configuration file based dependency configuration
- Programatic dependency configuration —Preceding unsigned comment added by Ramiromagalhaes (talk • contribs) 03:42, 10 August 2009 (UTC)
- Type of injection method (interface, setter, constructor) --coldacid (talk|contrib) 20:37, 17 September 2009 (UTC)