August 2018
Beginner
594 pages
22h 33m
English
An event mediator can be implemented in a number of different ways. For simple orchestrations, an integration hub can be used. These typically allow you to define mediation rules using a domain-specific language (DSL) for the routing of events. Domain-specific languages, unlike a general-purpose language, such as C#, Java, or UML, allow expressions to be written for a particular domain.
For a more complex orchestration of events, Business Process Execution Language (BPEL) can be used in conjunction with a BPEL engine. BPEL is an XML-based language that is used to define business processes and their behavior. It is frequently used with SOA and web services.
Large software applications with complex orchestration ...
Read now
Unlock full access