Talk:Dependency injection/Archives/2009/September

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

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 (talkcontribs) 03:42, 10 August 2009 (UTC)
  • Type of injection method (interface, setter, constructor) --coldacid (talk|contrib) 20:37, 17 September 2009 (UTC)