Open the OrderProcessing module assembly diagram.
打开OrderProcessing模块组装图。
Hover your mouse over the reference on the right of the OrderProcessing component.
将鼠标悬停在OrderProcessing组件右侧的引用上。
Figure 15 shows how the components are wired together in the OrderProcessing module.
图15显示了OrderProcessing模块中组件是如何连线在一起的。
The order processing application (OrderProcessing) receives order information from an external client.
订单处理应用程序(OrderProcessing)从外部客户接收订单信息。
Now you can test the OrderProcessing application to see how it works by following the last set of steps.
现在可以进行最后一组步骤,以对OrderProcessing应用程序进行测试,从而确定其工作情况。
The application requires three components: OrderProcessing, Shipping, and CustomerCheck, as Figure 8 shows.
该应用程序需要三个组件:OrderProcessing、Shipping和CustomerCheck,如图8所示。
The first difference is that in Figure 2, the OrderProcessing module is used while it is not used in Figure 3.
第一个区别是,在图2 中使用了OrderProcessing模块而在图3 中没有。
We start by creating our OrderProcessing component (see Figure 1) to receive the order and begin working on it.
我们将首先创建OrderProcessing组件(请参阅图1),以接收订单和开始处理订单。
As Figure 13 shows, the order processing application (OrderProcessing) receives order information from an external client.
如图13所示,订单处理应用程序(OrderProcessing)从外部客户接收订单信息。
In a participating human task, a component, such as the OrderProcessing component in Figure 14, calls a human task component.
在参与人工任务中,某个组件(例如图14中的OrderProcessing组件)调用某个人工任务组件。
The entry point of this scenario is the mediation component AddLogicalAttachmentToOrder in the OrderProcessing module, shown in Figure 13.
该场景的入口点是OrderProcessing模块中的中介组件AddLogicalAttachmentToOrder,如图13所示。
The mediation logic inside the OrderProcessing module takes the ProductItem object and turns it into a logical attachment of the Order object.
OrderProcessing模块内的中介逻辑接受ProductItem对象并将其转化成Order对象的一个逻辑附件。
When the shipping process completes, it needs to send a message back to the OrderProcessing component to notify it that the order is complete.
配送流程结束时,需要向OrderProcessing组件发送消息,以通知后者订单已完成。
In that article, we also saw the main steps to building an order processing application (OrderProcessing) using a service-oriented architecture.
在该文中,我们还了解了使用面向服务的体系结构构建订单处理应用程序(OrderProcessing)的主要步骤。
Create a new interface by repeating steps 1 to 3 in the previous section where we created the OrderProcessing interface, and name it CustomerCheck.
重复前面创建OrderProcessing的部分中的步骤1到13,以创建新接口,并将其命名为CustomerCheck。
When an instance of this type is passed to the OrderProcessing module, it will contain all of the data necessary to do a customer check and ship an order.
当该对象类型的实例被传递给OrderProcessing模块时,它将包含完成客户检查和装运订单所需的全部信息。
The OrderProcessing component is the entry point to the system when an order is received from a client application and is the driver for the OrderProcessing module.
OrderProcessing组件是系统的入口点,它在从客户端应用程序接收到订单之后,驱动orderprocessing模块。
Looking at the assembly diagram in Figure 25, you see that you need to wire the OrderProcessing reference to the Shipping service import because OrderProcessing should call ShippingService.
观察图25中的组装关系图,可以看到您需要将OrderProcessing引用连线到Shippingservice导入,因为OrderProcessing应该调用ShippingService。
The OrderProcessing module plays the role of a test client for the logical attachment scenario, by creating an Order data object with the logical attachment as input to the OrderToShipment module.
OrderProcessing模块在逻辑附件场景中充当测试客户端的角色,以逻辑附件为输入创建一个Order数据对象到OrderToShipment模块中。
The OrderProcessing module plays the role of a test client for the logical attachment scenario, by creating an Order data object with the logical attachment as input to the OrderToShipment module.
OrderProcessing模块在逻辑附件场景中充当测试客户端的角色,以逻辑附件为输入创建一个Order数据对象到OrderToShipment模块中。
应用推荐