Seam uses the factory pattern to initialize non-component objects and collections.

  • Seam使用工厂模式初始化非组件对象和集合。
  • 来源:互联网摘选更新时间:2026-07-01 16:18:44

  • 重点词汇
  • initializevt.初始化;
  • andconj. 和;与;而且;于是;然后
  • collectionsn.收集( collection的名词复数 );收藏品;作品集;募集的款项;
  • factoryn.工厂;制造厂;
  • seamn.接缝,接合处;煤层;(合在一起的两块木板等之间的)缝隙;矿层;裂缝;(缝合两块布等的)线缝
  • theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
  • usesn.用途( use的名词复数 );使用能力;运用头脑(或身体)的能力;
  • toprep. 向,朝着;到;关于;属于;
  • 相关例句
1、

An abstract factory pattern in bill processing of ERP system

抽象工厂模式在ERP系统单据处理中的应用

互联网摘选

2、

May that the simple factory pattern and XML technology application have guaranteed systematically augmentability.

简单工厂模式及XML技术的应用保证了系统的可扩展性。

互联网摘选

3、

Sidebar: Implementing Factory Pattern using C# generics

附注:使用C泛型实现工厂模式

互联网摘选

4、

In application architecture, a common technique for reducing coupling between components that must communicate with each other is to use a design pattern called the Observer.

在应用程序结构中,通常采用Observer(观察者)设计模式来减少互相通信的组件之间的耦合。

互联网摘选

5、

By learning and using Observer design pattern and Factory design pattern, the scalability of the software of the system is enhanced and the redundancy of the software is reduced.

通过对观察者设计模式和工厂设计模式的研究和引用,实现了软件代码的可扩展性和降低了软件代码的冗余性。

互联网摘选

6、

Application of Design Pattern Observer in Embedded System

观察者设计模式在嵌入式系统中的应用

互联网摘选

7、

This paper introduces the concept of design pattern, from which it describes in details observer pattern and applications in embedded systems, which widely used in the software development process on the BDCOM series router and switch.

介绍了设计模式的基本概念,在此基础上详细阐述了观察者设计模式及其思想在嵌入式通信系统中的应用,这些思想广泛应用于BDCOM系列路由器和交换机的软件开发的过程中。

互联网摘选

8、

He calls his GET based integration pattern, FOREST, a RESTful observer synchronization pattern, as he explains

他将自己的基于GET的集成模式称作FOREST,一个RESTful的观察者同步模式,像他所解释的那样

互联网摘选

9、

Observer Pattern: The observer pattern defines a one-to-many dependency between objects so that when one object changes state, all of its denpentts are notified and updated automatically.

葵花宝典:观察者模式定义了一个“一对多”的对象间关系,当某个对象状态变更时,所有依赖他的对象都会得到通知,并且能够自动更新自身。

互联网摘选

10、

The Observer pattern is associated with a single source of events, however, whereas the Reactor pattern is associated with multiple sources of events.

不过,观察者模式与单个事件源关联,而反应器模式则与多个事件源关联。

互联网摘选

11、

Now, the data origin research, mainly in a closed environment, getting all the origin of information by "observer" mode.

目前,数据起源研究主要在封闭式环境下,采用观察者模式获取所有的起源信息,对于开放式环境下的信息资源衍生关系建模还没有得到很好的解决。

互联网摘选

12、

Whenever you use the observer pattern, you are coupling two separate components-the observer and the observed, which generally have distinct lifecycles.

不管什么时候使用观察者模式,都耦合着两个独立组件观察者和被观察者,它们通常有不同的生命周期。

provided by jukuu

13、

AWT and Swing components, such as JButton or JTable, use the Observer pattern to decouple the generation of GUI events from their semantics within a given application.

AWT和Swing组件(例如JButton或JTable)使用观察者模式消除了GUI事件生成与它们在指定应用程序中的语义之间的耦合。

互联网摘选

14、

Design pattern application in TMN development is re-searched with a case study of Observer pattern in practical TMN projects.

对软件设计模式在TMN网络管理系统中的应用进行了研究,重点介绍观察者模式应用的实例。

互联网摘选

15、

To deal with application requirements on distributed workflow engine from enterprises and government, a design and implementation of Self-Managed Distributed Workflow Engine based on Java Management Extensions ( JMX) and Observer Pattern was presented.

针对当前企业和政府对分布式工作流应用的需求,给出了一个基于Java管理扩展框架和观察者模式的可自管理的分布式工作流引擎的设计与实现。

互联网摘选

16、

Aside from simple utility objects and methods, formal objects within Jo use a refined "observer pattern" OOP standard.

除了简单使用对象和方法,正式的Jo对象使用了重构过的“观察者模式”OOP标准。

互联网摘选

17、

The customer end adopts the form in which MVC designs the mode, observer's mode and combines with mode of the factory, etc.

第三就是统一数据模型的设计。客户端采用MVC设计模式、观察者模式和工厂模式等相结合的形式,设计了通用的界面。

互联网摘选

18、

Design patterns are also used to increase the reusability as RUP advocated. The abstract factory, observer and iterator patterns is introduced.

RUP过程鼓励复用,设计过程中使用很多设计模式来增加复用性,如抽象工厂、观察者模式和迭代器模式等。

互联网摘选

19、

The Swing framework makes extensive use of the Observer pattern ( also known as the publish-subscribe pattern) in the form of event listeners.

Swing框架以事件侦听器的形式广泛利用了观察者模式(也称为发布-订阅模式)。

互联网摘选

20、

It is the Observer pattern on top of the base web services infrastructure that gives DEBA its callback capability.

在基本Web服务结构之上采用观察者模式,就为DEBA带来了回调能力。

互联网摘选

  • 今日热词
  • 热门搜索

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈