核心容器的主要组件是BeanFactory,它是工厂模式的实现。
A primary component of the core container is the BeanFactory, an implementation of the Factory pattern.
希望这篇文章能帮助你理解抽象工厂模式的基础。
Hopefully this article helped you understand the basics of the abstract factory pattern.
希望这篇文章能帮助你理解抽象工厂模式的基础。
Hopefully this article helped you understand the basics of the abstract factory pattern.
利用工厂模式实现图元创建机制,给出了图元属性编辑、旋转操作等功能具体设计。
Use the factory model to create graphic element, then realize the function of property editing, operation just as rotation.
许多业务对象框架采用工厂模式来建立业务对象接口的具体实现,例如user接口。
Many business object frameworks employee a Factory pattern to create concrete implementations of their business object interfaces, such as the User interface.
可以将日历Feed的业务交互关系图可视化为某种形式的“面向服务的工厂模式”,这是另一个新出现的面向服务的概念。
The business interaction diagram for the calendar feed may be visualized as some form of "service-oriented factory pattern", another emergent service-oriented concept.
工厂模式定义一个用于创建对象的接口,让子类决定实例化哪一个类。
Factories used to create a model definition of the target interface, an example of the type of decision of which category.
数据源是系统的基础,采用了“工厂模式”设计与实现该模块;
Data source is the base of the system, which adapted factory schema to be finished.
希望在Redmond的MVC团队可以听到大家不满的声音,并用更好的工厂模式来实现它。
Hopefully the MVC team in Redmond has heard the cries against this and will implement more Factories.
与传统的分布式对象系统不同,BPEL4WS 实例不是通过工厂模式创建的。
Unlike traditional distributed object systems, in BPELWS instances are not created via a factory pattern.
若要创建已注册类型的多个实例,请使用工厂模式创建一个对象管理器,该对象管理器将向应用程序注册并管理多个实例。
To create multiple instances of a registered type, use the factory pattern to create an object manager that is registered with the application and then manages the multiple instances.
基本的事情出现在我的脑海里是单件或工厂模式。
The basic thing comes in my mind is either Singleton or Factory Pattern.
文中论述适配器模式、工厂模式以及观察者模式在雷达终端软件系统中的应用,介绍如何通过设计模式提高软件的复用性。
Based on application description of the adapter, factory and observer modes in radar terminal software, this paper introduces how to improve the software reusability via design mode.
工厂模式的问题引起多实例现象
Multiple singletons caused by problems in a factory
在一个成员的数据类型不同,对象工厂模式?
Factory pattern for objects that differ in one member data type?
表3使用泛型实现工厂模式。
Listing 3 Implementing Factory using generics.
Seam使用工厂模式初始化非组件对象和集合。
Seam USES the factory pattern to initialize non-component objects and collections.
为了实现该目的,能够使用工厂模式。
You can use the factory pattern for this purpose.
工厂模式是根据不同类型创建多态对象的一个常见方法。
Factory pattern is a common pattern for creation of polymorphic objects of different concrete types.
我们使用工厂模式(见附注)为某个绑定类型创建窗体并产生绑定详细信息。
We used the factory pattern (see sidebar) for creating and populating binding details for a specific binding type.
工厂模式的另一种类型称之为工厂方法。
Another type of factory pattern is called the factory method.
它之所以叫工厂模式是因为它由一个对象工厂来负责被调用。
It is called a Factory Pattern since it is responsible for "manufacturing" an object.
但实际上它是一个现代能量有效利用的工厂模式,它可以回收浪费的热量来生成厂里自己需要的电量。
But it is actually a model of modern energy efficiency, harnessing its waste heat to generate much of its own electricity.
清单6用工厂模式,在Layout类中创建了Field。
Listing 6 creates a Field using the Factory pattern in the Layout class.
如何从这是由工厂模式返回的对象设置不同的属性?
How to set different properties from objects which are returned by the Factory pattern?
工厂模式的应用使本系统的结构精巧简洁、易于理解。
Application of the factory model of the structure of the system compact concise, easier to understand.
最简单的方法就是在工厂模式中把代理类的建立封装起来。
The simplest approach is to encapsulate the creation of the proxy class within the Factory pattern.
抽象工厂模式的缺点是什么?
What are disadvantages of Abstract factory design pattern?
改进了简单工厂模式的实现策略,克服了原来简单工厂模式的局限性,同时弥补了工厂方法模式的不足。
The policy of Simple Factory is reformed, and applied to produce command objects, which eliminates the limitations of past Simple Factory and makes up the defect of Factory Method.
工厂模式是把客户端模块与服务端模块有效解耦的模式之一。
Factory pattern is one of the effective patterns which decouple client and server.