Web Beans is a dependency injection framework.
WebBeans是一个依赖注入框架。
This is what a dependency injection framework is all about.
这就是“依赖注入框架”存在的原因。
This is where the dependency injection framework comes into play.
到了依赖注入框架一展身手的时候了!
The Blueprint Container specification defines a dependency injection framework for OSGi.
BlueprintContainer规范为OSGi定义了一个依赖性注入(dependency injection)框架。
Familiarity with Guice, or with another dependency injection framework such as Spring, would be useful.
熟悉一下Guice或Spring等其他依赖注入框架会很有用。
To that end, I've tried to create the lightest, fastest, most easy to use dependency injection framework.
最终的目的是要创建一个轻便快速,易于使用的依赖注入框架。
Code as Configuration: These are things such as an XML file that drives a dependency injection framework.
代码作为配置:类似于驱动依赖注入框架的XML文件。
Spring is a widely used Dependency Injection framework and makes the configuration of these plug-ins easy.
Spring是一个广泛使用的Dependency Injection框架,它使得配置这些插件变得轻松。
For larger applications, I prefer to wire in that reference externally or use a dependency injection framework.
对于更大型的程序,我更愿意做外部引用或者使用依赖注入框架。
However, this would be unnecessary scaffolding that can be avoided by using a dependency injection framework like Blueprint.
然而这将是不必要的框架,可通过使用Blueprint这样的依赖性注入框架来避免。
With these changes in place, the next task is to replace the Spring dependency injection framework with the Blueprint framework.
在做了这些变更之后,下一个任务是将Spring依赖性注入框架替换为Blueprint 框架。
He first introduces an snippet that USES Guice (Google's Dependency Injection framework) to create an instance of the BillingService class.
首先,Martin使用Guice (Google推出的依赖注入框架)创建BillingService类的实例。
Jersey currently provides extension-based support for two dependency injection frameworks: the Spring framework and the Google Guice framework.
Jersey目前对以下两个依赖项注入框架提供基于扩展的支持:Spring框架和GoogleGuice框架。
Blueprint as a plain dependency injection framework has exactly the same problem with bridging between the Web container and the Blueprint container.
作为一个简单依赖性注入框架,Blueprint对于We b容器与Blueprint容器之间的桥接存在完全相同的问题。
Second it provides a standardised, annotation-driven, type-safe dependency injection framework for the platform similar in approach to Google's Guice.
其次,它为平台提供了标准化、注解驱动、类型安全的依赖注入框架,方式类似于Google Guice。
One way to address this problem is to use a dependency injection framework (Hani and I are big fans of Guice, which we cover in our book, but Spring is also a good option).
解决这个问题的一个方法是使用依赖注射框架(Hani和我就很推崇Guice,我们在书中有提到,但Spring也是一个很好的选择)。
I don't want [Dependency Injection] framework code smeared all through my application.
我可不想让依赖注入框架的代码散布在我的应用当中。
As soon as I heard about it, I joined the project and we started porting the core Dependency Injection container and AOP framework.
当我听闻这一消息后,就立即加入了这个项目,开始对核心的依赖注入容器以及AOP框架进行移植。
Core features, such as the Dependency Injection (DI) container, AOP and the data access framework can be used in pretty much any.net application.
核心特性如依赖注入(DI)容器、AOP以及数据访问框架,都可以非常好地应用在任意的。NET应用程序中。
NK: inversion of control is a mindset, and dependency injection of any kind (with or without a framework) relies on your software being designed with the goals of inversion of control in mind.
NK:控制反转仅仅是一种思想,各种依赖注入(无论有无框架)都取决你设计的软件是否抱有控制反转的目的。
The Dependency Injection mechanism of the LLBLGen Pro framework injects instances of annotated classes into the types specified in the attribute.
LLBLGenPro框架的依赖注入机制注入了一个注释类的实例到标识了这个规定属性的类型中。
Since we are using IoC, we also want to apply the principle to the framework we are using and be able to wire together the different parts of our application using Dependency Injection (di).
因为我们使用了IoC,所以我们还想将该原理应用到我们正在使用的框架上,同时我们想用依赖注入(Dependency Injection,即DI)对应用的不同部分进行包装。
ObjectBuilder was a framework which was used to build Dependency Injection containers.
ObjectBuilder是一个用来构建依赖注入容器的框架。
The architecture of the Spring framework is based upon the Dependency Injection (DI) design pattern.
Spring框架的体系基于依赖注入(DI)设计模式。
This article proposes a simple SOA framework through POJO programming that uses reflection and Geronimo's GBean dependency injection to enable component decoupling.
本文将通过POJO编程构建一个简单的SOA框架,它使用反射和Geronimo 的GBean依赖性注入来让组件去耦。
Fortunately, Martin Fowler has come to the rescue and, in collaboration with several framework builders, named this style of decoupling dependency injection.
幸运的是,MartinFowler已经站出来解决这个问题,他与多个框架的构建者合作,把这种形式的解耦命名为依赖注入。
Guice is a dependency injection (DI) framework.
Guice是一个依赖项注入(DI)框架。
The Spring Framework was developed by Interface21, based on publications by Rod Johnson on the dependency injection design pattern.
SpringFramework由Interface21根据RodJohnson发表的关于依赖项注入设计模式的出版物开发而成。
InfoQ: Can you discuss the new Dependency Injection (di) container feature that will be part of the future release of the framework?
InfoQ:依赖注入(DI)容器将是后续版本的一个新特性,能否谈谈这一新特性呢?
Type 2 or setter injection, in which the dependent module exposes a setter method which the framework USES to inject the dependency.
类型2设置器注入,使用者暴露一个设置器方法,框架将使用此方法注入依赖项。
应用推荐