COMM Framework (COMM) is a distributed SOA driven communication framework mainly implemented in Java.
It is the foundation for our applications, such as Algo and Wealth Management which are built as plugin modules.
Out of the box, the Framework provides fail-over with automatic reconnect features etc and clustering of services with pluggable scoring algorithms.
The Business Objects and their interaction pattern is defined in Domains which are using a meta definition in XML files and is based on a tagged format.
AppServer is a core component used for deployment of services and configuration. It is an execution environment for Services.
The main player for the system. Loads the Data Model and drives the framework.
Facades for messages and services based on the Data Model are generated to simplify coding.
The code generated includes streaming and interaction patterns defined by the Data Model.