Date: 2005-01-28T09:10:40 Editor: KevinGilpin Wiki: Jakarta HiveMind Wiki Page: FeatureRequest URL: http://wiki.apache.org/jakarta-hivemind/FeatureRequest
no comment Change Log: ------------------------------------------------------------------------------ @@ -195,3 +195,10 @@ Quite often an implementation takes a configuration of required and unique attributes. It would be nice to retrieve (or set by HiveMind) this as a Map rather than a List in the set-configuration. + += Assign an Alias to a service = + +It can be useful to access a service under more than one name. For instance, two components may require a database connection obtained from a ThreadLocal service. In the context of an application it may be desirable for these two components to share the same connection. Thus the implementation of the service should be defined in one place, and the two service-ids are both assigned to the same implementation. + + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
