On Tuesday 18 June 2002 10:27 am, Berin Loritsch wrote: > > For release() for example, you will basically say > > "Deprecated without replacement. Non-ThreadSafe components > > are considered bad practice." and *that* will cause a storm. > > You mis-understood. > > I am not proposing to deprecate it *at this time*, but to encourage > the developer to think of alternative ways of developing their > component so that it is not needed.
I'm +1 on Stephen McConnell's idea of moving towards Serviceable and deprecating release() there. The migration path is then: ComponentManager w/release() -> ServiceManager(Locator) w/ deprecated release() -> Servicemanager w/no release() -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
