Digester based configuration:
Demonstrates the parsing of xml configuration files. The xml file contains a mapping
for a factory service. The file based data is merged with hard coded data.
Swing Menu:
Demonstrates the use of annocon modules for the realization of an eclipse like plugin mechanism.
Plugins can contribute to configurations defined in the main context.
Top Down:
Shows how to realize a reusable subcontext and contribute from the main to a configuration
in a subcontext.
The subcontext provides a JMX MBeanServer service. The main context just links it and
registers mbeans by contribution to a configuration.