2004-02-04から1日間の記事一覧

Service Locator

「J2EEパターン」のService Locatorの項目まだ読んでなかった。

Inversion of Control Containers and the Dependency Injection pattern

IoC

ComponentsとServicesの違い Dependency InjectionとService LocatorはInterfaceと実装を切り離すという似た機能を提供するが、ServiceLoacatorのほうが直感的でわかりやすい。でも、複数アプリケーションをまたがって使用されるならばDependency Injection(…