2.1 System configurations of sample programs

The service platform provides sample programs that execute the following three types of processing:

The following describes the processing of each sample program:

Organization of this section
(1) Calling a service component from the service requester
(2) Calling a service component from the business process
(3) Integrating processes

(1) Calling a service component from the service requester

Sample program name: HelloServiceAdapter

This sample program calls a service component from the service requester via the service adapter. With this sample program, you will learn about service adapter definitions.

The following figure shows the system configuration of HelloServiceAdapter:

Figure 2-1 System configuration of HelloServiceAdapter

[Figure]

(2) Calling a service component from the business process

Sample program name: HelloBusinessProcess

This sample program calls a service component from the business process via the service adapter. With this sample program, you will learn about business process definitions.

The following figure shows the system configuration of HelloBusinessProcess:

Figure 2-2 System configuration of HelloBusinessProcess

[Figure]

(3) Integrating processes

Sample program name: HelloProductArrangement

This sample program calls a service component that allocates product stock or arranges for delivery from the business process via the service adapter. With this sample program, you will learn about definitions that are similar to the definitions for actual jobs.

The following figure shows the system configuration of HelloProductArrangement:

Figure 2-3 System configuration of HelloProductArrangement

[Figure]