单词 | dependency injection | ||||||||||||||
释义 | dependency injection
更多释义 收起释义 例句释义: 依赖注入,依赖性注入,依赖注射 1. To that end, I've tried to create the lightest, fastest, most easy to use dependency injection framework. 最终的目的是要创建一个轻便快速,易于使用的依赖注入框架。 www.infoq.com 2. It should be fairly easy to adapt the code to Oran's approach or to any other dependency injection container, e. g. Castle Windsor. 我们也能够容易地将该代码转化为Oran等使用其他依赖注入容器(例如CastleWindsor)的实现方法。 www.infoq.com 3. Dependency Injection has been a popular topic and this attention has given rise to new tools to take advantage of this technology. 依赖注入如今已经广为人所知,而这个新鲜出炉的工具Ninject正是为了更好地利用这项技术。 www.infoq.com 4. Dependency Injection is just a special case of Dependency Inversion. 依赖注入不过是依赖倒置(DependencyInversion)的一个特殊情况而已。 www.infoq.com 5. Resource injection, also known as dependency injection, is a specific form of inversion of control. 资源注入,也叫做关系注入,是控制转化的一种特定形式。 www.ibm.com 6. One of the main goals of the Ninject project was to make dependency injection accessible to applications of all sizes and types. Ninject项目的一个主要目标是使得依赖注入能够适用于各种规模和类型的项目。 www.infoq.com 7. Like any other object, aspects can benefit from configuration through dependency injection. 像其他对象一样,方面可以从通过依赖项插入进行的配置中受益。 www.ibm.com 8. Microsoft also offers built-in support for a lightweight version of Dependency Injection, with the System. ComponentModel namespace. 微软也提供了内置的对轻量级依赖注入(DI)版本的支持,使用的是System.ComponentModel名称空间。 blog.163.com 9. The Apache Geronimo project provides a model for this technique with its support for dependency injection and inversion of control. ApacheGeronimo项目通过依赖关系注入和反向控制的支持,为这种技术提供了一种模型。 www.ibm.com 10. CT: Patterns & practices has been giving guidance around dependency injection for a while now. CT:模式与实践一直围绕依赖注入提供指导有一段时间了。 www.infoq.com 1. You can plug the GBeans into the kernel with Inversion of Control (IoC) and dependency injection through a configuration file called a plan. 可以通过称为计划的配置文件用控制反转(InversionofControl,IoC)和依赖注入将GBean插入内核中。 www.ibm.com 2. AppFuse integrates many open source projects, and dependency injection allows easy integration of your application's layers. AppFuse集成了很多开放源码项目,依赖注入允许对应用程序层进行简单的集成。 www.ibm.com 3. Spring provides dependency injection and aspect-oriented programming to make it easier to integrate services and dependencies. Spring提供依赖注入和面向方面的编程,这使得服务和依赖关系的集成更加容易。 www-128.ibm.com 4. Seam wires POJO components together using a popular design pattern known as "dependency injection" (DI). Seam通过使用一个流行的、被称作依赖注入(DI)的设计模式联结所有POJO组件。 www.infoq.com 5. The objective of this specification is to provide a standardized and extensible API for dependency injection. 该规范的目标在于为依赖注入提供标准化、可扩展的API。 www.infoq.com 6. A new set of annotations for dependency injection has been standardized, making injectable classes much more portable across frameworks. 新版本标准化了一组用于依赖注入的注解,使得可注入的类在多个框架之间更容易移植。 www.infoq.com 7. Dependency Injection. A way of instantiating components and lacing them together with other dependent components. 依赖性注射模式。一种可以初始化组件并将与之相关的组件拼装到一起的方法。 www.wangchao.net.cn 8. Through dependency injection, lightweight containers reduce dependencies between components. 通过依赖注入,轻量级容器减少了组件间的依赖性。 www.ibm.com 9. This time, however, the failure isn't due to the lack of metaprogramming on a domain class. It's due to the lack of dependency injection. 但是,这次失败并不是因为域类上缺少元编程,而是因为缺少依赖性注入。 www.ibm.com 10. Spring is a widely used Dependency Injection framework and makes the configuration of these plug-ins easy. Spring是一个广泛使用的DependencyInjection框架,它使得配置这些插件变得轻松。 www.ibm.com 1. It provides a dependency injection container and enables an object's lifecycle to be automatically managed. 它提供一个依赖性注入容器,允许自动管理一个对象的生命周期。 www.ibm.com 2. Now I'd like to configure my aspect with a particular exception handling strategy using dependency injection. 现在我要用依赖项插入,用一个特殊的异常处理策略来配置我的方面。 www.ibm.com 3. Unity is a lightweight, extensible dependency injection container with support for constructor, property, and method call injection. Unity是一个轻量级,可扩展的依赖注入容器,支持构造函数,属性和方法调用注入。 www.infoq.com 4. The major differences between lightweight frameworks are how they wire container services together and implement Dependency Injection. 主流轻量框架主要区别是他们如何实现容器内服务的配对和实现依赖的。 www.jdon.com 5. Dependency injection lets you give an object and its dependencies to a third party. 依赖注入让您将对象和它所依赖的东西交给第三方。 www-128.ibm.com 6. It leverages one of the key advantages of Spring: dependency injection. 它利用Spring的一个关键优势:依赖项注入。 www.ibm.com 7. Reflection, dependency injection, and XML configuration are used to delay binding and reduce coupling. 反射、依赖性注入以及XML配置都可用于延迟绑定和减少耦合。 www.ibm.com 8. This dependency injection model also enables unit tests to be run outside either a Java EE or OSGi runtime. 此依赖性注入模型还支持在JavaEE或OSGi运行时以外的时间进行单元测试。 www.ibm.com 9. However, the most direct influences are the contextual state management model of Seam and the type safe dependency injection model of Guice. 但是,最最直接的影响来自于Seam的上下文状态管理模型和Guice的类型安全依赖注入。 www.infoq.com 10. In this article, I've looked at dependency injection as a contract between an object and the environment in which it executes. 在这篇文章中,我把依赖项插入看作对象和对象执行的环境之间的合约。 www.ibm.com 1. The service consumer uses the dependency injection technology to inject the required service provider implementation at runtime. 在运行时,服务使用者使用依赖注入技术来注入所需的服务提供者实现。 www.ibm.com 2. You can use Dependency Injection (JSR-330) in action classes to inject a session object into a field of the Action class. 你可以在Action类中使用依赖注入(JSR-330)将会话对象注入到Action类中的属性上。 www.infoq.com 3. Dependency injection -- Dependency injection is a technique for wiring together objects or components. 依赖项注入——依赖项注入是用于将对象或组件连接在一起的一项技术。 www.ibm.com 4. The Unity Application Block (Unity) is a lightweight, extensible dependency injection container. UnityApplicationBlock(Unity)是一个轻量级的,可扩展的依赖注入容器。 www.infoq.com 5. HiveMind, from the creator of Jakarta Tapestry, lets you perform dependency injection for beans or larger components, called modules. HiveMind出自JakartaTapestry的创建者之手,它允许您为bean或比较大的组件(称之为模块)执行依赖注入。 www.ibm.com 6. The new breed of containers, called lightweight containers, all use a common design philosophy: dependency injection. 最新一代容器称为轻量级容器,它们使用一个共同设计原理:依赖注入。 www.ibm.com 7. One effective refactoring strategy is to introduce to the application a dependency injection 16 container like Spring or Google Guice. 有效重构的一个战略,是向程序引入一个依赖注射16容器,例如Spring或者GoogleGuice。 www.ibm.com 8. The list of new features include: Dependency Injection, Razor View Engine, Dynamic View and ViewModel properties, and Global Filters. 新特性包括:依赖注入、Razor视图引擎、动态视图与ViewModel属性以及全局过滤器。 www.infoq.com 9. All the major modern containers now manage dependencies with dependency injection. 现代大多数容器使用依赖注入管理依赖性。 www-128.ibm.com 10. Probably the most surprising revelation is the increased emphasis on test driven development and dependency injection. 或许最令人惊讶的事实是日渐增长的对于测试驱动开发和依赖注入的重视。 www.infoq.com 1. For a good description of dependency injection and the service locator . 该文清楚地描述了依赖注入和服务定位。 www.bing.com 2. As you ll see in Listing 3, Spring allows dependency injection. 从清单3中可以看出,Spring允许加入依赖性。 www-128.ibm.com 3. Spring's IOC implementation uses dependency injection to effectively "invert control" from your application code to the Spring container. Spring的IOC实现使用依赖性注入有效地将控制从应用程序代码“反转”到Spring容器。 www.ibm.com 4. The Microsoft patterns & practices group has released its Dependency Injection container called Unity or the Unity Application Block. 微软模式与实践小组发布了叫做Unity或者UnityApplicationBlock的依赖注入容器。 www.infoq.com 5. Another goal is to raise the profile of Dependency Injection both inside and outside of Microsoft. 另一个目标是提高依赖注入容器在微软内外的使用。 www.infoq.com 6. Ninject helps to make dependency injection a feature of your application's design. Ninject能够帮助你在设计应用程序时提供依赖注入特性。 www.infoq.com 7. You hear both Inversion of Control and dependency injection used almost interchangeably. 您听说过控制反转和依赖注入几乎可以互换使用。 www.ibm.com 8. Dependency injection really is the answer to more maintainable, testable, modular code. 倚赖灌注真的是更易维护,更易试验以及越发板块化的谜底。 ru.hn00.com 9. For larger applications, I prefer to wire in that reference externally or use a dependency injection framework. 对于更大型的程序,我更愿意做外部引用或者使用依赖注入框架。 archive.cnblogs.com 10. The latest round of decoupling, dependency injection, reflects the ideals stated above. 最新一轮解耦——依赖注入,就反映了上面描述的观点。 www.ibm.com 1. Dependency injection makes GBeans a powerful tool for building loosely coupled systems. 依赖注入使GBean成为构建松散耦合系统的强大工具。 www.ibm.com 2. That's where the Dependency Injection container comes in. It is a smart object factory. 这就是依赖注入容器责无旁贷的,它是一个智能的对象工厂。 www.infoq.com 3. This is a rudimentary form of dependency injection, as more fully expressed in frameworks like Spring. 这是依赖项注入的基本形式,更完整的形式以Spring这样的框架表示。 www.ibm.com 4. Major containers today support a strategy called dependency injection. 多数容器现在支持称为依赖注入的策略。 www.ibm.com 5. Dependency injection is the answer to more maintainable, testable, modular code. 倚赖灌注是对要求更易维护,更易试验,越发板块化的代码的谜底。 ru.hn00.com 6. Since both programming models are designed around dependency injection, they are not radically different. 由于这些编程模型都是围绕依赖注入而设计的,所以他们没有本质的差别。 www.infoq.com 7. With dependency injection, that job goes to a third party -- call it the Container class (see Listing 2). 有了依赖注入,该工作就由称之为Container类(参阅清单2)的第三方来处理。 www.ibm.com 8. The factory or container class removes all of the extra work of dependency injection. 此处的factory或者容器类移走了依赖注入的所有额外工作。 blog.sina.com.cn 9. Dependency injection differs from the standard J2EE mechanism for providing access to collaborating objects. 依赖项注入与用于提供到协作对象的访问的标准J2EE机制不同。 www.ibm.com 10. Some other approaches don't use dependency injection (see the link in Resources to the Hibernate wiki for more information). 其他一些方式不使用依赖项注入(更多信息参见参考资料中Hibernatewiki的链接)。 www.ibm.com 1. Secondly, the SCA programming model is a POJO programming model, it's based on annotations, XML configurations, and dependency injection. 其次,SCA编程模型是一个POJO编程模型,它基于注释、XML配置文件以及依赖注入。 www.infoq.com 2. I don't want [Dependency Injection] framework code smeared all through my application. 我可不想让依赖注入框架的代码散布在我的应用当中。 www.infoq.com 3. To gain JMX manageability, it only has to follow certain coding conventions for IoC dependency injection. 要获得JMX可管理性,只需要根据IoC依赖性添加一些编码规范即可。 www-128.ibm.com 4. In Java technology, dependency injection is rapidly changing the way we build applications. 在Java技术中,依赖注入正迅速地改变我们构建应用程序的方式。 www-128.ibm.com 5. NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models. NETMVC框架还支持使用依赖项注入(DI)和控制反转(IOC)容器模型。 msdn.microsoft.com 6. The EJB 3. 0 specification introduces dependency injection as a mechanism to alleviate these difficulties. EJB3.0规范将引入依赖性作为一种组织机制来介绍,以此来减少这些困难。 www.ibm.com 7. Inversion of Control (IoC) and Dependency Injection (DI) are patterns that draw a lot of attention (see Resources). 控制反转(IoC)和依赖项注入(DI)是两种引起极大关注的模式(参见参考资料)。 www.ibm.com 8. The new possibility of Dependency Injection for domain objects. 对于领域对象的依赖注入的新可能性。 www.infoq.com 9. Don't be afraid of interface-based programming and dependency injection. 不要害怕的基于接口的编程和依赖项注入。 msdn.microsoft.com 10. Familiarity with Guice, or with another dependency injection framework such as Spring, would be useful. 熟悉一下Guice或Spring等其他依赖注入框架会很有用。 www.ibm.com 1. NK: Ninject is a dependency injection framework, or if you prefer, an "inversion of control container" . NK:Ninject是一个依赖注入框架,如果你愿意,也可以说是“控制反转容器”。 www.infoq.com 2. Dependency injection can occur in a variety of ways, such as through a setter method or a class variable. 依赖项注入可以通过多种方式进行,例如通过setter方法或类变量。 www.ibm.com 3. Has a good description of dependency injection and the service locator. 很好地描述了依赖注入和服务定位器。 www-128.ibm.com 4. Use ideas that give you leverage, like dependency injection and AOP. 使用您可以利用的技术,如依赖注入和AOP。 www.ibm.com 5. All these containers flow from dependency injection, but each has a vastly different character. 这三种容器都源于依赖注入,但每种容器都具有极不相同的特征。 www-128.ibm.com 6. It's built from the ground up using a dependency injection container. 它是使用依赖性注入容器从头构建的。 www.ibm.com 7. InfoQ: You mentioned Dependency Injection several times. InfoQ:你们在谈话中多次提到了依赖注入。 www.infoq.com 8. This has changed with . NET 3. 0, where dependency injection and inversion of control containers are specifically called for. 这种情况到了.NET3.0有所改变,依赖注入与控制反转都是一种特定的要求。 www.infoq.com 9. ObjectBuilder was a framework which was used to build Dependency Injection containers. ObjectBuilder是一个用来构建依赖注入容器的框架。 www.infoq.com 10. A new area of emphasis for Microsoft is dependency injection. 微软强调的新增内容是依赖注入。 www.infoq.com 1. As soon as I heard about it, I joined the project and we started porting the core Dependency Injection container and AOP framework. 当我听闻这一消息后,就立即加入了这个项目,开始对核心的依赖注入容器以及AOP框架进行移植。 www.infoq.com 2. Add an empty beans. xml file under the WEB-INF folder to enable dependency injection by CDI. 添加空的beans.xml文件到WEB-INF文件夹下,以启用CDI的依赖注入。 www.ibm.com 3. For example, Microsoft is not using it to push for adoption of their dependency injection library, the Managed Extensibility Framework. 例如,微软并没有用它来推动依赖注入类库,即托管的可扩展性框架的运用。 www.infoq.com 4. But, if things go according to plan some core dependency injection annotations and interfaces will make their way into the Java SDK. 但时过境迁,如果一切顺利的话一些核心的依赖注入注解和接口将会添加到JavaSDK中。 www.infoq.com 5. InfoQ: Can you discuss the new Dependency Injection (DI) container feature that will be part of the future release of the framework? InfoQ:依赖注入(DI)容器将是后续版本的一个新特性,能否谈谈这一新特性呢? www.infoq.com 6. Nate Kohari released version 1. 0 of his dependency injection container for . NET called Ninject. NateKohari发布了针对.NET的依赖注入容器Ninject的1.0版本。 www.infoq.com 7. Dependency injection in the Spring style is fine. Spring风格的依赖注射就很好。 www.infoq.com 8. Chapter 11 talks about clean code in the context of system-level techniques such as Dependency Injection and Aspect-Oriented Programming. 第十一章在系统级别讨论了简洁代码,如依赖注入和面向方面编程技术。 www.infoq.com 9. You can find more information on Dependency Injection right here on InfoQ! 你可以在InfoQ的依赖注入,Guice和Spring专辑找到更多信息! www.infoq.com 10. The hope is that Java EE 5. 1 will address the tier-integration issue to give us a comprehensive and standard dependency injection approach. 我们希望JavaEE5.1将解决层集成的问题,为我们提供一个全面而标准的依赖性注入方法。 www.ibm.com 1. It is, because the @EJB annotation enables a simpler programming model based on dependency injection. 是的,因为@EJB注解提供了一种基于依赖项注入的简单编程模型。 www.ibm.com 2. Dependency injection can occur in a variety of ways, for example, via a setter method or a class variable. 依赖性的引入可以以多种方式出现,例如,通过设置属性值的方法或者类变量。 www.ibm.com 3. On the other hand, Dependency Injection implies that an object's dependencies will be "injected" by external means. 另一方面,依赖注入意味着一个对象的依赖关系可以通过外部“注入”。 www.infoq.com 4. So, do you use Dependency Injection? Do you use a D. I. 你是否使用依赖注入呢? www.infoq.com 5. Injecting dependencies into its own objects using the dependency injection service 通过依赖注入服务将依赖注入到自己的对象中。 www.infoq.com 6. It won't give you a lot of extras, but it has a complete dependency injection container. PicoContainer also has some unique properties 它没有提供许多附加物,但它具有完整的依赖注入容器。 www.ibm.com 7. Research and application on dependency injection patterns for Chinese GoldTax engineering 面向金税工程的依赖注入模式研究与应用 ilib.cn 8. Dependency Injection is just one part of Inversion of Control (now ten years old as a pattern). 依赖注入只是控制反转(作为模式现在已经有10年历史了)的一部分。 www.infoq.com 9. Spring supports three types of dependency injection Spring支持三种依赖注入 www-128.ibm.com 10. The next generation E4, based on dependency injection with OSGi services and mark-up based UIs 下一代E4,基于通过OSGi服务的依赖注入和基于标记语言的UI。 www.infoq.com 1. Dependency injection for domain objects 领域对象的依存项内置 www-128.ibm.com 2. martin fowler s article on dependency injection martinfowler关于依赖注入的文章 www.ichacha.net 3. These beans are tied together using the dependency Injection mechanism 使用依赖项注入机制可以将这些Bean绑定在一起 www.ibm.com 4. a type safe approach to dependency injection 类型安全的依赖注入方式 www.infoq.com 5. Step 2: Rich Domain Objects with on-demand dependency injection 第二步:按需进行依赖注入的富领域对象 www.infoq.com 6. A Spring bean referencing this declaration would then use standard Spring dependency injection to use the transaction support, for example 引用此声明的SpringBean然后将使用标准Spring依赖项注入来使用事务支持,例如 www.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。