castle-windsor-event-broker


Example of an Event Broker using Castle Windsor

This projects demonstrates the following features: 1. Implementing an event broker for a rich client UI. 1. Extending the functionality of Windsor through the use of facilities, contributors and concerns.

In this example I have 1 publisher (Input) and one listener (Output). In reality I can have multiple publishers and listeners for any number of messages. that's the point :)

Project Information

Labels:
CastleWindsor C EventBroker