工厂模式 meaning in English
abstract factory
factory pattern
factory, flyweight, observer, decorator
Examples
- Unlike traditional distributed object systems , in bpelws instances are not created via a factory pattern
与传统的分布式对象系统不同, bpel4ws实例不是通过工厂模式创建的。 - I ll start by looking generically at how the factory pattern solves common application design problems
首先,我先一般性地查看一下工厂模式解决常见应用程序设计问题的方式。 - Then , i ll show you how it drives connection handling across a broad range of connection types in midp 2 . 0
然后将演示工厂模式如何开始对midp 2 . 0中大量连接类型的连接进行处理。 - Gives you an overview of how the factory pattern is used , starting with a factory that can create two kinds of products
图2是工厂模式使用方式的概述,其中的工厂可以创建两种产品。 - The factory pattern simplifies class creation and offers an elegant workaround to making changes in existing applications
工厂模式简化了类的创建,而且为在现有应用程序中做修改提供了良好基础。