将模型和逻辑封装为可重用的组件。
我个人倾向于将所有的数据访问逻辑封装到这个类中。
Personally I like the idea of keeping all the data access logic encapsulated in that class.
实际的业务逻辑封装在位于应用程序框架顶端的应用程序代码中。
The actual business logic is encapsulated in the application code that is layered on top of the application framework.
您可以扩展notesthread类并将自己的逻辑封装在其中。
You can extend the NotesThread class and encapsulate your logic within it.
但是,在需要把逻辑封装到自己的范围内的情况下,闭包会十分有用。
Closures, however, can be useful in any context where we need to encapsulate logic inside its own scope.
使用相同的业务逻辑将这种Undo逻辑封装起来,原始地传递数据。
This way undo logic is encapsulated with the same business logic that originally transformed the data.
它还确保可以完美地把数据和应用程序逻辑封装在通道接口之后的进程之中。
It also ensures the perfect encapsulation of data and application logic within processes behind channel interfaces.
如果回答是“是”,那么您或许应该将业务逻辑封装入facade中。
If the answer is "yes", then you might be writing business logic that belongs behind a facade.
本文还将定义一些方法,用于将这个时间轴模型及其逻辑封装为可重用的智能组件。
The article also defines methods for encapsulating the timeline model and logic as reusable smart components.
这种方法清晰的将决策脚本中的测试逻辑封装与测试脚本中执行的测试动作和验证分离开来。
This approach clearly separates the testing logic encapsulated in the decision scripts from the test actions and verifications performed in the test scripts.
然而,常见的应用程序设计是将展示层与商务逻辑分开,并且将商务逻辑封装在商务物件中。
However, a common application design practice is to separate the presentation layer from business logic and encapsulate the business logic in business objects.
本文定义了一个时间轴模式的模型及其行为,并描述了几种用于将该模型及其逻辑封装为可重用的智能组件的方法。
This paper defines a model of the timeline pattern and its behavior, and describes methods for encapsulating the timeline model and logic as reusable smart components.
同时,提供了客户化接口,银行只需将新业务的特殊逻辑封装成客户原子方法,借助中间业务平台的支撑,就可以快速的推出新型的中间业务品种。
At the meantime, this technology provides the customer interface through which the Banks can quickly offer new intermediate businesses by packing the special logic units into customer atomic way.
您必须用适当的逻辑来填充该类,编译这个类,并将其封装到适当的EJBJAR文件中。
You must fill this class in with the appropriate logic, compile it, and package it into the appropriate EJB JAR file.
或者,服务代理可以封装业务逻辑,以根据已建立的服务级别协议或业务规则改变服务提供者的选择。
Or perhaps the service broker would encapsulate business logic that varies the selection of service providers based on established service level agreements or business rules.
这些对象是包含身份验证信息的表和封装了服务器逻辑(针对数据库表执行)的存储过程。
These objects are tables containing authentication information and stored procedures that encapsulate the server logic to operate on the database tables.
一方面,对象是封装数据和逻辑并创建更容易维护的系统的重大方式。
On the one hand, objects are a great way to encapsulate data and logic and create a more maintainable system.
可以通过胖客户端或瘦客户端访问PHP代码中封装的核心银行逻辑。
The core bank logic encapsulated in the PHP code can be accessed through a thick or thin client.
域为业务对象提供服务检索和维护、封装业务逻辑、定位以及与对象和服务相关联的格式。
The domain offers retrieval and maintenance services for the business object, encapsulating business logic, location, and the format associated with its objects and services.
封装——存储过程是实现最低的业务逻辑层的好方法。
Encapsulation — Stored procedures are a good means to implement the lowest layer of business logic.
这种逻辑以模块组件的形式封装在流程代理程序中,这些模块可以组合成分层的业务流程。
This logic is encapsulated within the Process Brokers as modular components that can be composed into hierarchical business processes.
尽管,理论上在有可能在一个单独的组件上封装这些逻辑,以便被多个服务重用,但是实际上几乎不起作用。
Although, theoretically, it is possible to encapsulate such logic in a separate component, reusable by multiple services, in practice it rarely works.
与前面的事务一样,这里的大部分逻辑被封装到一个名为PAY_C_LAST的表函数中。
AS in the previous transactions, most of the logic is encapsulated into a table function named PAY_C_LAST .
模块就是一个封装的、私有的逻辑地址空间。
为了使用XML简化已有数据和服务的集成,它紧凑地封装了业务逻辑。
To simplify the integration of existing data and services using XML, it encapsulates the business logic in a compact fashion.
让我们使用清单5所示的新类封装这种逻辑。
Let's encapsulate that logic with a new class as shown in Listing 5.
DB 2允许将简单逻辑或查询封装在sql函数中。
DB2 allows simple logic or queries to be encapsulated into SQL functions.
中介模块用作中介组件及其包含逻辑的容器,并可以在封装的情况下映射到可部署的EAR项目。
A mediation module serves as the container for a mediation component and its included logic, and is mapped into a deployable EAR project under the covers.
封装确认逻辑。
我们通过一个瘦客户机访问php模块中封装的核心银行逻辑。
As described in the scenario, the core bank logic encapsulated in the PHP module will be accessed through a thin client.
应用推荐