News Feed
Jobs Feed
Sections




News Archive
Giorgio Sironi's Blog:
When to inject the distinction between newables and injectables
July 31, 2009 @ 10:58:39

Following up on a previous post about dependency injection, Giorgio Sironi has posted this new look at when to use dependency injection and when its still better to handle objects individually.

In the last post, I introduced Dependency Injection and show useful cases where it allows classes decouplng. I also wrote about the problem of how to inject a service in a class that has to be instantiated not application wide but in the business logic.

He creates an example that shows a not-so-good place to use dependency injection and offers a solution - a factory that creates the objects as they're needed instead of having them floating around when they're not needed. He also talks about the difference between two types of business objects to consider in dependency injection: entities and services (hint: one depends on the other).

0 comments voice your opinion now!
newable injectable factory entity service


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Build a Web service with PHP

Hasin Hayder's Blog: Using ActiveRecord Library Separately from CodeIgniter

DevShed: Handling Static Data with PHP 5

Zend Developer Zone: Consuming WebThumb's API in PHP

Label Media Blog: Design Patterns in PHP - Factory method


Community Events









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


framework composer object tool event conference code podcast testing functional interview development language introduction community api opinion example zendframework2 release

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