• Again, you should always explore other options such as the use of a stateless session bean with a transaction layer.

    再次强调应当始终探索其它选项使用带有事务无状态会话bean

    youdao

  • Reset request – the transaction layer must discard all pending transactions and stop accepting link or application layer requests.

    重置请求-事务处理必须丢弃所有未决处理停止接受连接应用层请求

    youdao

  • Initialize request - the transaction layer must discard all pending transactions and start accepting link or application layer requests.

    初始化请求-事务处理必须丢弃所有未决处理开始接受连接应用层请求

    youdao

  • If a stateful solution is essential, consider using stateless session beans with a simple transaction layer, or creating a thin servlet layer on top of the business tier.

    如果状态解决方案必需的则请考虑使用带有简单事务无状态会话bean或者业务创建servlet层。

    youdao

  • The platform is divided into five layers named as locate equipment layer, data collect and check layer, data transaction layer, data transport layer and application layer.

    平台结构,分别现场设备数据采集校验层、数据处理层、数据传输以及应用层

    youdao

  • Only methods in the client layer and the API layer of the application architecture should contain transaction logic.

    只有应用程序体系结构客户端api中的方法应该包含事务逻辑

    youdao

  • The API Layer and Client Orchestration transaction strategies that I've covered in previous articles in this series are core strategies that apply to most standard business applications.

    系列几篇文章介绍的api客户端编排策略事务策略应用大多数标准业务应用程序的核心策略。

    youdao

  • To illustrate the read-first technique, I'll start with some code that implements the API Layer transaction strategy.

    为了演示这种先读取技巧,我们从一些实现api层事务策略的代码入手

    youdao

  • Callers will have varying transactional requirements, so the service layer should allow the caller to affect transaction handling.

    调用将会具有不同事务需求因此服务应该允许调用影响事务处理。

    youdao

  • Transaction demarcation can have a negative effect on service layer reusability if implemented inappropriately.

    如果实现方式不当,事务划分服务可重用性产生负面影响

    youdao

  • You can configure your service layer to use different transaction managers depending on the capabilities of the target environment.

    可以服务进行配置根据目标环境功能使用不同事务管理器

    youdao

  • The client layer controls the transaction scope.

    客户控制事务作用域。

    youdao

  • Only the public methods included in the application architecture's API layer contain transaction logic.

    只有包含应用程序架构api中的公共方法包含事务逻辑

    youdao

  • The transaction from the API layer will propagate to all methods invoked under the transaction owner (as defined in the next section).

    API事务传播事务所有者内调用所有方法下一小节定义的那样)。

    youdao

  • As with the other transaction strategies, regardless of the component or layer you choose to start the transaction, the method that starts the transaction is considered the transaction owner.

    其他事务策略一样,无论选择开始事务组件什么,启动事务方法被认为是事务拥有者。

    youdao

  • Because you cannot programmatically pass a transaction context, the API layer must use the declarative transaction model, meaning that the container manages the transaction.

    由于不能通过编程传递事务上下文因此 API必须使用声明式事务模型表示容器将管理事务。

    youdao

  • This causes the transaction to complete (commit or roll back) faster than in the API Layer transaction strategy.

    结果是,事务api事务策略中更快地完成(提交滚)。

    youdao

  • Remember the golden rules: the client method invoking the API layer method is the transaction owner, and only the transaction owner should be responsible for rollback.

    记住刚才条黄金法则调用api方法客户机方法事务所有者只有事务所有者负责执行回滚

    youdao

  • The transaction context from the client layer will propagate to the API layer methods and all methods invoked under the API layer.

    客户端中的事务上下文传播API方法以及 API 层中调用所有方法。

    youdao

  • Because the only layer containing transaction logic is the API layer, I will only show the transaction logic in that layer's domain-model classes.

    因为包含事务逻辑惟一的一个api层,展示该层域模型中的事务逻辑。

    youdao

  • This transaction strategy is well-suited for applications that have a coarse-grained API layer.

    这个事务策略非常适合拥有粒度api层的应用程序。

    youdao

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

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

    youdao

  • The entity management layer is responsible for entity management and ensuring the transaction integrity of that object within the container.

    实体管理层负责实体管理确保容器对象事务完整性

    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

  • All public read methods in the API layer by default should be marked with a transaction attribute of SUPPORTS.

    api中的所有公共方法默认应该标记一个SUPPORTS事务属性

    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

  • The integration layer ACTS as an intermediary service for the data transaction.

    集成充当数据事务中间层服务

    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

  • 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

  • Although the API Layer transaction strategy is the most common strategy, it may not be the right one for your application.

    尽管APILayer事务策略常见的一种策略,但它也许正是应用程序所需要的策略。

    youdao

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

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

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