Propagation
Suppose you want to change employee information using a composite application, and you want to propagate the changes to the human resources (HR) database, the employee benefits application, and the retirement plan mainframe program. You develop the following:
A composite application in
Software AG Designer that provides a user interface for entering employee information, and passes data entered on the form to
Integration Server for processing.
A synchronous service that receives the data from
Integration Server, simultaneously invokes the three services described below, waits for confirmation from the three services, and then returns the confirmation to the composite application to display to the user.
An
Adapter for JDBC service and two other services that insert the data into the database, mainframe program, and benefits application, respectively, and return confirmations to the synchronous service described above.