This project has declared the following modules:
Name | Description |
---|---|
TheseFoolishThings :: Actors | An experimental module which provides an implementation of an actor-based framework. |
TheseFoolishThings :: MessageBus | An abstract description of a simple message bus to be used within an application. |
TheseFoolishThings :: Roles | Roles are a powerful way for designing complex behaviours while keeping good practices such as Single Responsibility, Dependency Inversion and Interface Segregation. |
TheseFoolishThings :: MessageBus :: Spring | A Spring implementation of a simple message bus to be used within an application. |
TheseFoolishThings :: Roles :: Spring | Specific Spring support for DCI roles. |
TheseFoolishThings :: Utilities | A collection of common utilities. |
TheseFoolishThings :: Test Utilities | Miscellaneous utilities for testing. |
TheseFoolishThings :: Examples (master) | A set of examples demonstrating the features of this project. |