随笔分类 - Design & Patterns
摘要:IoC 容器和Dependency Injection 模式撰文/Martin Fowler 编译/透明Java 社群近来掀起了一阵轻量级容器的热潮,这些容器能够帮助开发者将来自不同项目的组件组装成为一个内聚的应用程序。在它们的背后有着同一个模式,这个模式决定了这些容器进行组件装配的方式。人们用一个大而化之的名字来称呼这个模式:“控制反转”( Inversion ofCon...
阅读全文
摘要:Inversion of Control Containers and the Dependency Injection pattern Martin Fowler In the Java community there's been a rush of lightweight containers that help to assemble components from different p...
阅读全文
摘要:Using MVC Pattern in Web Interactions ...
阅读全文
摘要:Home Blog Articles Books About Me Contact Me ThoughtWorks Inversion o...
阅读全文