Skip to content

Examples

EDR Example implementations

The project has made a couple of example implementations. These examples are currently publicly available in Java. The source-code can be checked-out from the EDR on java.net project. Please join this project to download the source-code.

Basic Example

This example will try to demonstrate an simple implementation of the Enterprise Domain Repository pattern. Features demonstrated is: - Read and update of address information from two different providers (simulated databases). - Use of the correlator. - Implementation of all elements in Enterprise Domain Repository

Use Search Engine to store Credit Rating Example

This example will try to demonstrate how to extend the EDR with information gathered from an external service (Credit Rating Core Service).