Fork me on GitHub

About TheseFoolishThings (modules)

This module is an umbrella for all the components. It contains the global configuration for the build as well as the declaration of dependencies.

Project Modules

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.