| | 613 | = Object Dependencies Management = |
| | 614 | [WikiPedia:Dependency_injection] |
| | 615 | * [Google:dependency+injection+container] |
| | 616 | * //[http://martinfowler.com/articles/injection.html Inversion of Control Containers and the Dependency Injection pattern]// [http://martinfowler.com/ Martin Fowler] 2004 |
| | 617 | == Tutorials == |
| | 618 | * //[https://knpuniversity.com/screencast/dependency-injection Dependency Injection and the art of services and containers]// Knp University ~2013 |
| | 619 | == In languages == |
| | 620 | === Java === |
| | 621 | * [Google:java+dependency+injection+container] |
| | 622 | * [WikiPedia:Google_Guice] |
| | 623 | * Spring |
| | 624 | === PHP === |
| | 625 | * [Google:php+dependency+injection+container] |
| | 626 | === Javascript === |
| | 627 | * [Google:javascript+dependency+injection+container] |
| | 628 | === Python === |
| | 629 | * [Google:python+dependency+injection+container] |
| | 630 | * dependency injection [https://pypi.python.org/pypi?%3Aaction=search&term=dependency+injection pypi] |
| | 631 | * [https://pypi.python.org/pypi/dependency_injector dependency_injector] Dependency injection microframework for Python |
| | 632 | * [https://pypi.python.org/pypi/injector injector] Python dependency injection framework, inspired by Guice |
| | 633 | * [https://pypi.python.org/pypi/ioc ioc] A small dependency injection container based on Symfony2 Dependency Component |
| | 634 | * //[http://code.activestate.com/recipes/413268/ Dependency Injection The Python Way (Python recipe)]// Sample Pythonic Inversion-of-Control Pseudo-Container 2005 |
| | 635 | * //[https://wiki.python.org/moin/DependencyInjectionPattern DependencyInjectionPattern]// |
| | 636 | === Lua === |
| | 637 | * [Google:lua+object+oriented+programming+dependency+injection+container] (nothing in 2016) |
| | 638 | === Perl === |
| | 639 | * [Google:perl+dependency+injection+container] |
| | 640 | * [Google:perl6+dependency+injection+container] |
| | 641 | === Dlang === |
| | 642 | * [Google:dlang+dependency+injection+container] |
| | 643 | === Golang === |
| | 644 | * [Google:golang+dependency+injection+container] |
| | 645 | === C++ === |
| | 646 | * [Google:c%2B%2B+dependency+injection+container] |