Products
| SWIFT Router |
|
|
|
Handles messages processing workflow, based on an implementation of the Event-Condition-Action model (ECA).This is specially usefull to integrate SWIFT management operations into a SOA environment. The ECA model provides a business workflow module highly decoupled from the user interface code, enabling the user interface code to be a simple way of dispatching light event objects to the ECA core. All business logic is decoupled from application servlets and user interface and put into condition and action classes that will act on response to system events.
Commonly used events, conditions and actions are provided by the component but custom ones can be developed with almost no restrictions. The routing rules can be thought as a typical business workflow but they are much more flexible. Code snapshot: RouterECAEngine eca = RouterECAEngine.getInstance(); |




