• Business logic services provide the capabilities required for the execution of business logic in the form of service endpoints.

    业务逻辑服务提供服务端点形式执行业务逻辑所需能力

    youdao

  • We have split the notion of Component your POJO that does your business logic service the configuration that defines how the Component will be managed as a service.

    我们已经组件(定义业务逻辑POJO)服务(定义如何服务的方式管理组件配置)的概念进行了分解

    youdao

  • This will create a skeleton service implementation that you can complete with business logic.

    创建一个服务实现框架可以业务逻辑来完成

    youdao

  • The architecture vision indicated that services should be focused on business logic rather than execution details, so abstracting service execution was an essential next step.

    体系结构远景说明服务应当关注业务逻辑不是执行细节因此一个关键的步骤服务执行进行抽象

    youdao

  • Thus, it is fair to say that mediation (and thus the service bus) can contain business logic, but only if it is non-semantic.

    因此中介(服务总线)可以包含业务逻辑但是这些逻辑只能是非语义的。

    youdao

  • This business logic means that any service calls to the export get passed to the import.

    业务逻辑意味着调用导出任何服务都可以传递导入

    youdao

  • The next version should focus less on the data access and business logic tiers and more on the service interface.

    版本应该重点放在服务接口不是数据访问业务逻辑

    youdao

  • Figure 2 describes the operations executed by the proxy service, which contains business logic that can create partitions.

    2描述代理服务执行操作包含可以创建分区业务逻辑

    youdao

  • It accepts the request from the browser, requests the service from the business logic layer, generates the presentation, and responds to the browser.

    浏览器接受请求,从业务逻辑请求服务生成表示浏览器做出响应

    youdao

  • The controller layer is responsible for implementing the business logic of the service, achieved by invoking other services, other controllers, or an entity management layer.

    控制器负责实现服务业务逻辑具体通过调用其他服务、其他控制器实体管理层实现。

    youdao

  • Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.

    业务逻辑代码使用服务定位器避免目录查找代码变得混乱因此容易理解。

    youdao

  • As before, the client-side developer must use the stub to invoke the service from the client-side business logic.

    前面一样,客户开发人员必须使用存根调用客户端业务逻辑中的服务

    youdao

  • Decoupling the service definition from the business logic (controller) and from access to the data (entity) ensures that no business logic manifests itself in the entities.

    服务定义业务逻辑(控制器)以及数据(实体)访问分离,可确保实体不会透露任何业务逻辑。

    youdao

  • 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.

    或者服务代理可以封装业务逻辑根据已建立服务级别协议业务规则改变服务提供者选择

    youdao

  • Until now you've been able to assemble SCA components in a service module using the necessary business logic to meet the integration requirements.

    现在已经能够服务模块内组装sca组件同时使用所需的业务逻辑满足集成要求

    youdao

  • In Part 2, I will show you how to build the business logic of your internal service on top of an existing BC, without any unnecessary mixing.

    第2部分中,演示如何现有BC之上构建内部服务业务逻辑而不需要混在一起

    youdao

  • The business logic in the service is not affected.

    服务中的业务逻辑没受到影响。

    youdao

  • Placing the data manipulation logic into a data access service or procedure makes the business logic less dependent on the source of the data.

    数据操作逻辑放入到数据访问服务过程中可减少业务逻辑数据源依赖性

    youdao

  • Explicit separation of concerns between implementation of the service functionality (business logic) and enterprise data support logic.

    服务功能(业务逻辑)实现企业数据支持逻辑的实现在关系上的明确分离

    youdao

  • The service consumer should be insulated as far as possible from the details of the business logic implemented by the service provider.

    服务使用者应该尽可能与服务提供者实现业务逻辑细节分离。

    youdao

  • We recommend that applications focus on business logic and defer securing the service access and the messages to the infrastructure (the runtime container hosting the application).

    我们建议应用程序的重点放在业务逻辑延迟服务访问保护送往基础设施消息承载应用程序的运行时容器)上。

    youdao

  • An implementation of a service component is the internal business logic that carries out the service's function.

    服务组件实现执行服务功能内部业务逻辑

    youdao

  • Explicit separation of concerns between implementation of the service functionality (business logic) and enterprise data support logic (similar to the previous pattern).

    服务功能(业务逻辑)企业数据支持逻辑实现关系上的明确分离(和一个模式相似)。

    youdao

  • The controller implements the service business logic by accessing other services or accessing backend entities via their create, read, update and delete (CRUD) operations

    控制器访问其他服务通过创建读取更新删除 (CRUD)操作访问后端实体从而实现服务业务逻辑

    youdao

  • This business logic, via a Web service, calls Adobe LiveCycle Forms to automatically generate a PDF form containing policy details for the customer.

    业务逻辑通过Web服务调用AdobeLiveCycle Forms自动地生成包含客户策略详细资料PDF表单

    youdao

  • Once the business logic of the service implementation has executed and a response is available, the same WS-Security operations take place for the web services response message.

    一旦执行服务实现业务逻辑并且获得一个响应同样Web服务安全性(WS-Security)操作 Web 服务的响应消息上进行。

    youdao

  • Used by infrastructure runtimes to provide conformance checking prior to handoff to upper-level service business logic.

    基础结构运行时使用,在提交上一层服务业务逻辑之前提供符合性检查

    youdao

  • Note that the methods implementing the business logic exposed in the Web service must be marked as public.

    注意必须实现Web服务所公开业务逻辑方法标记public

    youdao

  • A common consumer scenario is a message flow that integrates some existing business logic available as a Web service.

    常见使用者场景这样的消息其集成某些作为Web服务来提供的现有业务逻辑

    youdao

  • Of course the business logic changes required for the new Web service also need to be implemented.

    当然同样也需要实现Web服务所需业务逻辑变更

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定