Achim, On 5/20/05, Achim Huegen <[EMAIL PROTECTED]> wrote: > Nevertheless it won't be trivial to do and might force some paradigm shift. > For example currently the configurations, factory and interceptor parameters > are lazily parsed. That is, on first access. >
I agree that it wouldn't be a trivial undertaking. I'd also expect a change like this to to some extent impact the classes the RegistryInfrastructureConstructor class is dealing internally with. The lazy loading is certainly nothing we'd like to give up. I don't either see how that would be a problem in this API. One thing I'm wondering about is if also the classloading should be deferred as long as possible. This would be consistent with the current approach but would result in a slightly more cryptic API. E.g. a getServiceInterfaceClassName() instead of a getServiceInterfaceClass(). --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
