examples of DCI architecture?

Viewed 5931

I've been trying to understand DCI architecture by reading lean software architecture. I feel like I need to see some more examples to crystalize my understanding of it, but I've only been able to find ones which are variations of the money transfer between accounts case that is worked through in the book.

If there are any out there on the web, let me know. Alternatively if you've created an good example yourself that isn't on the web, you could post it here.

Any language will do.

6 Answers

DCI has it's own web site at fullOO.info it's not completed yet but does have links to publications and literature in general as well as a number of examples in different languages either written by one of the co-founders of DCI or reviewed and accepted by one of them.

Related