This is relatively easy to do using the facade pattern.
使用facade模式会相对简单些。
The Session Facade pattern can be used with both known and unknown actors.
会话虚包模式可用于已知的和未知的参与者。
A facade pattern provided by JPA Manager Beans, which is used in a service approach.
JPAManagerBeans提供的外观模式,用于服务方式。
Facade Pattern: Provide a unified interface to a set of interfaces in a subsystem.
外观模式:为子系统中的一组接口提供一个统一的入口。
Everybody building enterprise scale applications should be familiar with the facade pattern.
创建企业级应用程序的每个人都应该对facade模式很熟悉。
The business layer USES a facade pattern to support coarse-grained message-based operations.
业务层用facade模式实现基于粗粒度消息的操作。
The Session Facade pattern resolves these issues by injecting a session bean into the scenario.
通过在这个方案中加入一个会话bean,会话虚包解决了这些问题。
If you follow a thin facade pattern, your stateless session beans probably delegate to other classes.
如果用户采用瘦虚包模式,那么用户的无状态会话可能会代表其他的类。
The command facade pattern consists of two distinct types of objects: the command and the facade.
Commandfacade模式由两个独特的组件组成:Command和facade。
The session Facade pattern substitutes a single call to a session bean for multiple calls to an entity bean.
会话虚包模式用对会话bean的单个调用来代替对实体bean的多个调用。
The facade pattern is a valuable tool for interacting with the business logic layer of a J2EE application.
facade模式是一个在与J2EE应用程序中的业务逻辑层进行交互很有用的工具。
The command facade pattern is a combination of these two designed specifically for a service-oriented environment.
commandfacade模式是这两个模式的联合产物,是为了基于服务的环境而特别设计的。
Sometimes it's just easier to write a simple algorithm than it is to incorporate a singleton or facade pattern.
有时候,写一个简单的算法,要比引入某种模式更容易。
Delegate this dependency operation to the corresponding parameter dependency operation in the Session Facade pattern.
将这种依赖操作委托给SessionFacade模式的相应参数依赖操作。
These services can be wrapped using the "Remote Facade Pattern" to expose model-based services in an appropriate manner.
可以使用“远程门面模式(Remote Facade Pattern)”来包装这些服务,以便用合适的方式来暴露基于模型的服务。
In order to do that we had to use the facade as the structure, so this is basically a facade pattern that is all structural.
为了做到这一点,我们不得不使用外墙作为结构支撑,所以这基本上是一个由所有结构组成的外观图案。
In addition, by using the facade pattern, you can later plug-in extended capabilities, such as rule mediation, versioning, and others.
此外,通过使用facade模式,您可以加入扩展功能,如规则调整、版本更换等等。
To illustrate the Session Facade pattern, let's consider a use case where the user can debit her checking account to make a loan payment.
为了说明会话虚包模式,我们来考虑这样一个用例,用户能将贷款支付的帐目记入她的支票帐户的借方。
The facade pattern has been designed to resemble the waves of the water. Its smoothness and dynamicity creates a relaxing atmosphere.
建筑的立面被设计成类似水波的样式,它的流畅性和动态性创造了轻松的氛围。
You can apply the composed pattern to a customer data model, just as you can the Session Facade pattern (see Figure 7). Just follow these steps
您可以为客户数据模型应用复合模式,就如同SessionFacade 模式一样(参看图7)。
Another option is the bundling of several related services into coarser-grained service definitions, which is a variation of the facade pattern.
另一种选择就是将一些相关的服务捆绑成粗粒度的服务定义,这是门面模式的变种。
The command facade pattern combines these two approaches by introducing a facade interface that sits in front of one or more command objects.
commandfacade模式通过引入位于一个或多个command对象前端的facade接口来合并这两种方式。
A session Facade pattern generates a session bean class to serve as the front end of a set of entity bean classes that model business information.
sessionFacade模式产生一个sessionbean类作为针对业务信息建模的bean类实体前端。
This section investigates the application of the facade pattern [ DP] to the interface design and how you can use it to save even more remote calls.
这一部分研究虚包模式 [DP]在接口设计方面的应用,以及如何使用它来保存更多的远程调用。
Don't over - "design pattern" applications - Sometimes it's just easier to write a simple algorithm than it is to incorporate a singleton or facade pattern.
不要过于注重程序的“设计模式”。有时候,写一个简单的算法,要比引入某种模式更容易。
Facade Pattern: Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
外观模式:为子系统中的一组接口提供一个统一的入口。外观模式定义了一个高层接口,这个接口使得这一子系统更加容易使用。
The facade pattern USES a single high-level application component that serves to encapsulate interactions with subordinate components with the goal of simplifying interactions with the system.
Facade模式使用单独的高级应用程序组件,用从属组件来服务于封装的互操作,从而简化与系统的交互。
This resolving scheme is based on advanced J2EE platform, applies MVC pattern, Session Facade pattern and Data Access Object pattern to control E-mail from two directions of sending and receiving.
该解决方案架构在先进的J2EE平台之上,应用MVC模式、会话模式和在数据访问对象模式等J2EE开发模式,从收和发两个方向对电子邮件进行了有效控制。
Suppose that you wanted to isolate a subsystem, so that client code would have to go through an intermediary to access worker objects (this situation occurs in the Facade design pattern).
假如您希望隔离一个子系统,以使客户机代码必须通过中间媒介来访问工作程序对象(这种情况在Facade设计模式中出现)。
Congratulations! You have successfully created, deployed and exercised the Service Facade to WebSphere MQ: request-response pattern.
祝贺您!您已经成功地创建、部署和测试了ServiceFacade toWebSphereMQ:request - response模式。
应用推荐