Avalon Service Tutorial
This tutorial demonstrate how to write an Avalon service - in our
case an Avalon SystemProperty Service.
What We Want to Do?!
The service will implement the following features
- read the system properties to be set from the component configuration file
- write some diagnostic output to the logfile
- be reconfigurable without restarting the container
- dump the updated system properties into the temporary directory
The Five Steps to Happiness