7
shouts

Reducing Code Coupling - Service Locator | GrantPalin.com

published 413 days, 1 hour, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 413 days, 21 hours, 54 minutes ago
Saturday, June 13, 2009 1:22:41 PM GMT Friday, June 12, 2009 4:41:57 PM GMT

The previous article in the series has set the stage for this series of reducing code coupling. This article starts getting into the meat of the series by discussing the Service Locator.About the Service Locator In code, objects are typically instantiated via the new operator. Doing this couples a variable to whatever type was provided to the new operato...

category: Architecture | clicked: 79 | | source: grantpalin.com | show counter code
tags: IoC, IoC/DI, Service Locator