News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
An Introduction to Dependency Injection, Service Locators & Factories (Part 1)
June 21, 2012 @ 08:59:15

On PHPMaster.com they've posted the first part of a series looking at something that's become a hot topic in the PHP community over the last months - dependency management and service locators.

From a programmer's perspective, the process of designing easily consumable APIs while still keeping a decent level of decoupling between the involved classes is always a tricky trade-off, as the more expressive the dependencies are, the harder the work is that needs to be done behind the scenes for wiring up the collaborators in their proper sequence.

In this two-part series I'll be doing a quick roundup of some of the most common methodologies that can be employed for managing class dependencies in modern application development, ranging from using service locators and injectable factories, to sinking your teeth into plain vanilla Dependency Injection, and even implementing a naive Dependency Injection Container.

He talks about the "plague of the 'new' operators" and how, through the use of an injected factory object, they could be easily replaced. Code samples are included showing the initial state and the end result, refactored to inject his "SerializerFactoryInterface" into the "FileStorage" class.

0 comments voice your opinion now!
dependency injection service locator factory tutorial series


blog comments powered by Disqus

Similar Posts

Till's Blog: Nginx+PHP+FastCGI: Testing your web application with bleeding edge PHP

Sameer Borate's Blog: Simulating Packages in PHP

php|architect: PHP 5.3 namespaces for the rest of us

Tiger Heron Blog: Eclipse and PHP

Chris Jones' Blog: Oracle 11g Result Caching and PHP OCI8


Community Events









Don't see your event here?
Let us know!


api community database code interview release opinion development object introduction unittest language zendframework2 example testing event functional phpunit composer framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework