Dependency injection lets you weave together the main layers of your application, thereby lets you produce a loosely coupled application.
依赖注入让您将应用程序的主要层次编织到一起,从而使您产生一个松散耦合应用程序。
This is called dependency injection.
这叫做依赖注入。
This is also called dependency injection.
这也称为依赖关系注入。
RB: Why is dependency injection important?
RB:依赖注入为何如此重要?
A type safe approach to dependency injection.
类型安全的依赖注入方式。
Web Beans is a dependency injection framework.
WebBeans是一个依赖注入框架。
RB: Why another dependency injection container?
RB:为什么要开发一个新的依赖注入容器?
Guice is a dependency injection (DI) framework.
Guice是一个依赖项注入(DI)框架。
It's primarily a dependency injection container.
它主要是一个依赖注入容器。
Dependency injection in the Spring style is fine.
Spring风格的依赖注射就很好。
Standardized Annotations for Dependency Injection
用于依赖注入的标准化注解
This last step represents the dependency injection.
最后一步表示依赖注入。
Ct: Unity is a Dependency Injection (DI) container.
ct:Unity是一个依赖注入(Dependency Injection,DI)容器。
Blueprint container with a dependency injection model.
蓝图容器及一个附属的注入模型。
Dependency Injection is actually a very simple concept.
依赖注入实际上是个非常简单的概念。
This is why this is sometimes called dependency injection.
因此有时将此称作依赖项注入。
Use dependency injection to loosen and resolve dependencies.
使用依赖注入来松散、解析依赖性。
A new area of emphasis for Microsoft is dependency injection.
微软强调的新增内容是依赖注入。
'Service Locator' as a stepping stone to Dependency injection.
用“ServiceLocator”作为到依赖注入的垫脚石。
The new possibility of Dependency Injection for domain objects.
对于领域对象的依赖注入的新可能性。
Figure 1 shows a simple example to help explain dependency injection.
图1显示了一个简单示例,以帮助说明依赖项注入。
It's all achieved through dependency injection using configuration files.
这是通过使用配置文件进行依赖性注入实现的。
It's built from the ground up using a dependency injection container.
它是使用依赖性注入容器从头构建的。
All the major modern containers now manage dependencies with dependency injection.
现代大多数容器使用依赖注入管理依赖性。
Dependency injection lets you give an object and its dependencies to a third party.
依赖注入让您将对象和它所依赖的东西交给第三方。
I don't want [Dependency Injection] framework code smeared all through my application.
我可不想让依赖注入框架的代码散布在我的应用当中。
That’s where the Dependency Injection container comes in. It is a smart object factory.
这就是依赖注入容器责无旁贷的,它是一个智能的对象工厂。
The latest round of decoupling, dependency injection, reflects the ideals stated above.
最新一轮解耦 ——依赖注入,就反映了上面描述的观点。
You hear both Inversion of Control and dependency injection used almost interchangeably.
您听说过控制反转和依赖注入几乎可以互换使用。
Through dependency injection, lightweight containers reduce dependencies between components.
通过依赖注入,轻量级容器减少了组件间的依赖性。
应用推荐