Authors: Paul Hammant
Overview
Apache's Avalon framework specification is enshrined in a number of interfaces. What this means is that the component writer has to implement them to designate their class as an Avalon component. PicoComponents require adaptation to fit the Avalon Framework (contextualzed lookup) design.
A simple example component
Example component APIs
A simple Pico implementation of the hypothetical engine.
The same component natively written for Apache Avalon
An alternate wrapping strategy for Apache Avalon compatability.
Labels:
