Business logic services provide the capabilities required for the execution of business logic in the form of service endpoints.
业务逻辑服务提供以服务端点的形式执行业务逻辑所需的能力。
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)服务(定义如何以服务的方式管理组件的配置)的概念进行了分解。
This will create a skeleton service implementation that you can complete with business logic.
这将创建一个服务实现框架,您可以用业务逻辑来完成。
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.
体系结构远景说明,服务应当关注业务逻辑,而不是执行的细节,因此下一个关键的步骤是对服务执行进行抽象。
Thus, it is fair to say that mediation (and thus the service bus) can contain business logic, but only if it is non-semantic.
因此,中介(和服务总线)可以包含业务逻辑,但是这些逻辑只能是非语义的。
This business logic means that any service calls to the export get passed to the import.
此业务逻辑意味着调用导出的任何服务都可以传递到导入。
The next version should focus less on the data access and business logic tiers and more on the service interface.
下一版本应该把重点放在服务接口,而不是数据访问和业务逻辑层。
Figure 2 describes the operations executed by the proxy service, which contains business logic that can create partitions.
图2描述了代理服务执行的操作,它包含可以创建分区的业务逻辑。
It accepts the request from the browser, requests the service from the business logic layer, generates the presentation, and responds to the browser.
它从浏览器接受请求,从业务逻辑层请求服务,生成表示并对浏览器做出响应。
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.
控制器层负责实现服务的业务逻辑,具体通过调用其他服务、其他控制器或实体管理层实现。
Business logic code that USES a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand.
业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。
As before, the client-side developer must use the stub to invoke the service from the client-side business logic.
同前面一样,客户端开发人员必须使用存根调用客户端业务逻辑中的服务。
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.
将服务定义同业务逻辑(控制器)以及数据(实体)访问分离,可确保实体中不会透露任何业务逻辑。
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.
或者,服务代理可以封装业务逻辑,以根据已建立的服务级别协议或业务规则改变服务提供者的选择。
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组件,同时使用所需的业务逻辑来满足集成要求。
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之上构建内部服务的业务逻辑,而不需要混在一起。
The business logic in the service is not affected.
服务中的业务逻辑并没受到影响。
Placing the data manipulation logic into a data access service or procedure makes the business logic less dependent on the source of the data.
将数据操作逻辑放入到数据访问服务或过程中可减少业务逻辑对数据源的依赖性。
Explicit separation of concerns between implementation of the service functionality (business logic) and enterprise data support logic.
服务功能(业务逻辑)的实现和企业数据支持逻辑的实现在关系上的明确分离。
The service consumer should be insulated as far as possible from the details of the business logic implemented by the service provider.
服务使用者应该尽可能与服务提供者实现的业务逻辑细节分离。
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).
我们建议将应用程序的重点放在业务逻辑、延迟服务访问的保护和送往基础设施的消息(承载应用程序的运行时容器)上。
An implementation of a service component is the internal business logic that carries out the service's function.
服务组件的实现是执行服务功能的内部业务逻辑。
Explicit separation of concerns between implementation of the service functionality (business logic) and enterprise data support logic (similar to the previous pattern).
服务功能(业务逻辑)和企业数据支持逻辑的实现在关系上的明确分离(和上一个模式相似)。
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)操作访问后端实体,从而实现服务业务逻辑。
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表单。
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 服务的响应消息上进行。
Used by infrastructure runtimes to provide conformance checking prior to handoff to upper-level service business logic.
由基础结构运行时使用,在提交给上一层服务业务逻辑之前提供符合性检查。
Note that the methods implementing the business logic exposed in the Web service must be marked as public.
请注意,必须将实现Web服务中所公开的业务逻辑的方法标记为public。
A common consumer scenario is a message flow that integrates some existing business logic available as a Web service.
常见的使用者场景是这样的消息流,其集成某些可作为Web服务来提供的现有业务逻辑。
Of course the business logic changes required for the new Web service also need to be implemented.
当然,同样也需要实现新Web服务所需的业务逻辑变更。
应用推荐