Note: The FullOO.info site is being restructured. All URLs are, therefore, likely to change.
The Scala/DCI examples are as follows:
Dijkstra - Implements a restricted form of the Dijkstra algorithm for finding the shortest route through a graph.
- Illustrates recursion and different Roles being bound to the same object at the same time.
MoneyTransfer - Implements the good old money trasfer example.
More examples may be added later.