Just an inital thought ...
The class ApplicationLayerContext could be simplified. The context class biz.softwarefabrik.system.merlin.context.ApplicationLayerContext is derived from the classic Context interface but includes static public identifiers for the following keys:
public static final String NAME_KEY = "urn:avalon:name"; public static final String PARTITION_KEY = "urn:avalon:partition"; public static final String WORKING_KEY = "urn:avalon:temp"; public static final String HOME_KEY = "urn:avalon:home";
My opinion is that the above key declarations should be moved to the org.apache.avalon.framework.context.Context class.
Stephen.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
