• I mention these rules again because they also apply to the Client Orchestration transaction strategy.

    再次提到了这些规则因为它们同样适用客户编排事务策略。

    youdao

  • Anybody with an HTTP client and enough knowledge of our sync strategy should be able to synchronize with a data service.

    使用HTTP客户端以及具备我们同步策略充足知识任何人都可以使用数据服务实现同步。

    youdao

  • The architecture in Figure 1 implements the Client Orchestration transaction strategy.

    1中的体系结构实现客户端编排事务策略。

    youdao

  • Adjust our keyword strategy based on client feedback.

    根据客户反馈调整我们关键词策略

    youdao

  • Unfortunately, the malicious test client cannot be optimized by this strategy.

    遗憾的是,策略不能恶意测试客户机进行优化。

    youdao

  • I've given this strategy its name because in most cases, back-end processing functionality is exposed to client applications through the use of interfaces or an API.

    这个策略指定为这个名称原因大多数情况下后端处理功能通过使用接口API客户应用程序公开。

    youdao

  • And observe that the transaction strategy is spread throughout the layers below the client, but not completely.

    并且事务策略遍布客户机下面中,这不是绝对的。

    youdao

  • Furthermore, using REQUIRED in the API layer methods means that a transaction could be started by the API layer, thereby violating the main principles of the Client Orchestration transaction strategy.

    此外api方法使用REQUIRED意味着事务可以api层开始因此这违反客户编排事务策略主要原则

    youdao

  • Even so, the first rule in strategy is to pay critical attention to the needs and desires of the client and your organization's ability to fulfill those needs.

    即使这样战略中的首要规则重视客户需求愿望以及组织能力从而满足那些需求。

    youdao

  • As the name suggests, this strategy is used when the application's client layer must make one or more calls to the API layer to complete a single transactional unit of work.

    我的建议仍然应用程序客户端必须api发起一个多个调用才能完成单个事务工作单元使用策略

    youdao

  • In the meantime, a client can be configured to connect to many servers, organized in a hierarchy of server connection pools that defines an effective failover strategy.

    同时客户端可以配置多个连接服务器,通过将这些服务器组织层次结构定义一个有效的故障转移策略。

    youdao

  • Don't be tempted to mix the Client Orchestration strategy and API Layer strategy in the same application to try to solve every permutation in your application architecture.

    不要尝试相同应用程序中混合客户编排策略api策略,以期解决应用程序体系结构中的所有变化。

    youdao

  • The client Orchestration transaction strategy is useful when most of the requests from the client layer require multiple calls to the API layer to complete a single LUW.

    来自客户大多数请求都需要api层发起多个调用才能完成一个LUW时,客户端编排事务策略非常有用。

    youdao

  • I typically ask the architect or technical lead in a client engagement to describe their project's transaction strategy.

    经常会让与客户接触架构技术总监描述他们项目事务策略。

    youdao

  • Notice in this strategy that both the client layer and the API layer contain transaction logic.

    注意策略中,客户端api包含事务逻辑

    youdao

  • If you do have clients that do not support transactions but you find the client Orchestration transaction strategy seems like a good fit, you may have to do some refactoring.

    如果客户支持事务发现客户编排事务策略非常合适,那么需要执行一些重构。

    youdao

  • The following rules and characteristics apply to the Client Orchestration transaction strategy.

    以下规则特性适用客户编排事务策略。

    youdao

  • This strategy is difficult to implement, takes longer to develop and test, and is more error prone than the API Layer or Client Orchestration strategies.

    策略难以实现,并且需要更长的时间进行开发测试并且apiClientOr chestration策略易于出错。

    youdao

  • In this article, I'll describe the Client Orchestration transaction strategy, which I introduced briefly in "Models and strategies overview."

    本文中,讨论客户编排事务策略我之前在“模型策略概述”一文中简要介绍了这方面的内容。

    youdao

  • This transaction attribute is used in the Client Orchestration transaction strategy described in this article's next section.

    这个事务属性应用本文一部分将要讨论的Client Orchestration事务策略

    youdao

  • For a web service client, this strategy usually works across multiple web containers since the client code does not depend on any web service deployment descriptors.

    对于Web服务客户机这个策略通常多个web容器工作因为客户机代码并不依赖任何Web服务部署描述符

    youdao

  • With this strategy, the GWT client sends the RESTful Web service request to the RPC remote service, which then passes the request to the RESTful Web service server.

    按照这种策略GWT客户机RESTfulWeb服务发送RPC远程服务,RPC远程服务请求传递给RESTful Web服务服务器。

    youdao

  • Like the API layer strategy, the High Concurrency strategy frees the client layer from any transaction responsibility.

    api策略类似High Concurrency策略释放客户机层的任何事务责任。

    youdao

  • The Client Orchestration transaction strategy is used when multiple server-based or model-based calls from the client layer fulfill a single unit of work.

    来自客户机的基于服务器基于模型调用完成单一工作单元时,将使用ClientOrchestration事务策略

    youdao

  • General strategy: Client-server strategy.

    一般策略:客户机——服务器策略。

    youdao

  • So, in other words, to use my strategy, simply write one test case class, and then always deploy to both the client and the server.

    所以,换话说,使用策略只需编写一个测试案例然后总是将其部署客户机服务器就可以了。

    youdao

  • I could point out other issues, for instance, where are the client side validations, adaptable workflow, and dynamic strategy pattern for the controller?

    还能指出其他问题例如,控制器客户验证可适用工作流程动态策略模式在什么地方

    youdao

  • Back to the original point: with the API layer transaction strategy, the client must not make multiple calls to the API layer in a single unit of work requiring a transaction.

    回到原点对于api事务策略客户机绝对不能涉及事务单一工作单元api层发出多个调用

    youdao

  • As I said earlier, one of the biggest restrictions with this transaction strategy is that the client layer must be able to start a transaction and propagate it to the API layer.

    前所这种事务策略最大限制就是客户必须能够开始个事务传播api层。

    youdao

  • With the API layer transaction strategy, it's not the end of the world if you start a transaction at the client layer during a refactoring effort.

    对于api事务策略重构过程中在客户端层上开始一个事务并不会引起灾难性后果。

    youdao

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

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

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