This style does not require the Spring IoC container.
这种风格并不需要SpringIoc容器。
Herreman: It is a very generic, extendable and powerful IoC container.
Herreman:它是一个通用、可扩展、功能强大的IoC容器。
There are a host of new extension points in the IoC container, including.
在Ioc容器中有一些新的扩展点,包括。
The bean factory concept is the foundation of Spring as an IOC container.
bean工厂的概念是Spring作为IOC容器的基础。
For Cairngorm, we offer a service locator that can be configured in the IoC container.
我们为Cairngorm提供了一个可配置在IoC容器中的服务定位器。
The Spring framework USES the Type 2 and Type 3 implementations for its IOC container.
Spring框架的ioc容器采用类型2和类型3实现。
It offers several ways of using Spring IoC container for injecting dependencies into the web components.
它提供了用SpringIoC容器往We b组件注入依赖的一些方式。
Further IoC container extension points that make it easy to build frameworks or products on top of Spring.
对Ioc容器更进一步的扩展,使得在Spring之上构建框架或产品更加容易。
Because the IoC container controls what is injected, it can inject a proxy that hides the necessary lookup.
因为Ioc容器控制着注入的内容,它能注入一个隐藏了需要查找的代理。
In a larger system, I would use an IOC container like the Spring framework to configure classes and aspects.
在更大的系统中,我将用Spring框架这样的ioc容器来配置类和方面。
A container (in the case of the Spring framework, the IOC container) is then responsible for hooking it all up.
容器(在Spring框架中是ioc容器)负责将这些联系在一起。
I then use several examples to demonstrate the workings of the IOC container in a typical application use case scenario.
接着将使用几个示例演示ioc容器在典型应用程序用例场景中的应用情况。
This thesis tiers system with own implementation IOC container and it extracts business logic into one separate layer.
本文以自己实现的IOC容器进行系统分层,更好地把业务逻辑抽取出来单独成为一层。
Herreman: the most important thing is the IoC container and we want to get to a 1.0 release that guarantees a rock solid container.
Herreman:最重要的事情就是IoC容器,我们期望1.0版会有一个稳定的容器。
We could provide an AOP namespace that appeared to make the IoC container aware of AOP constructs, but without compromising modularity.
我们可以提供一个AOP命名空间,看起来能让Ioc容器识别AOP结构,但不会影响模块化。
Along with XML extensions, the most important new IoC container feature is the addition of custom scopes for bean lifecycle management.
和XMl扩展一起,最重要的新的Ioc容器特性就是对于bean生命周期管理的新增的自定义作用域。
In an IoC setup, these aspects are normally handled by an IoC container that injects the dependencies into the component by calling a setter method, for example.
在IoC设置中,这些方面通常由一个ioc容器处理,比如,该容器通过调用setter方法将这些依赖项注入组件。
I started by discussing the seven modules that comprise Spring's layered architecture and then offered a closer look at two of them: Spring AOP and the IOC container.
我从讨论组成Spring分层架构的7个模块开始,然后深入介绍了其中两个模块:SpringAOP和ioc容器。
The Spring IoC container normally USES XML files for the dependency information, and the cxf-servlet.xml file in Listing 2 is an example of such a Spring configuration.
Springioc容器通常为依赖性信息使用xml文件,清单2中的cxf -servlet . xml文件就是这种Spring配置的一个示例。
I then used a simple example to show you how the IOC pattern (as implemented by the Spring IOC container) works to integrate disparate systems in a loosely coupled manner.
然后我用一个简单的示例演示了IOC模式(由Spring ioc容器实现)如何用松散耦合的方式集成分散的系统。
Aop (" aop ") : Specialized tags allow aop configuration to be much more concise in Spring 2.0 than previously, without the IoC container needing to depend on the aop framework.
aop (“aop”):Spring 2.0中专门的用来aop配置的标签比以前更加简洁,Ioc容器不再需要依赖aop框架。
The IOC container section is associated with specific business domain, mainly used to complete components instantiation, management of life cycle and maintain the dependency of them.
IOC容器部分与具体业务领域相关,主要用于流程构件的实例化,生命周期的管理以及维护它们之间的依赖关系。
Universal engine's feature is making the engine core be absorbed in process scheduling, the IOC container be absorbed in service assemblage, so the engine can have a stronger universality.
通用引擎的特点是让引擎内核专注于流程的调度,IOC容器专注服务的装配,从而保证了引擎具有较强的通用性。
In a typical IOC scenario, the container creates all the objects, wires them together by setting the necessary properties, and determines when methods will be invoked.
在典型的ioc场景中,容器创建了所有对象,并设置必要的属性将它们连接在一起,决定什么时间调用方法。
Spring's IOC implementation uses dependency injection to effectively "invert control" from your application code to the Spring container.
Spring的IOC实现使用依赖性注入有效地将控制从应用程序代码 “反转”到 Spring 容器。
In the previous installment of this series, I introduced the seven modules of the Spring framework, including Spring AOP and the inversion of control (IOC) container.
在这个系列的前一期中,我介绍了Spring框架的7个模块,包括SpringAOP和控制反转(IOC)容器。
The Seam framework far outclasses JSF's basic inversion of control (IOC) container in terms of functionality.
在功能方面,Seam框架远胜于JSF的基本控制反转 (IOC)容器。
NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models.
NETMVC框架还支持使用依赖项注入(DI)和控制反转(IOC)容器模型。
NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models.
NETMVC框架还支持使用依赖项注入(DI)和控制反转(IOC)容器模型。
应用推荐