Re: MethodClosure (BCEL Delegator implementation)
Paul Hammant <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.apps.devel |
|---|---|
| Message-ID | <[email protected]> |
Nicola, >> That said, I'm worried about the inclusion of Commons logging into >> everything, as (if I understand it correctly) it isn't IoC, thus >> forcing the whole system into using Commons logging. Could you be >> more specific about in what way AltRMI is suffering? If we're going >> to talk to the Commons Logging people to see if a compromise can be >> reached (and I think we should), it would help to have a list of issues. > > > There was a thread that GeirMJ started some months back on > commons-dev, because he wanted to use Commons Logging with an IOC method. Sweet. CommonsLogEnabled. Now if we only get people to implement some standard bit of code that used it. The .. Log log = LogFactory.getLog(..); .. method is too well entrenched now. > Anyway, since it's "commons", we sould really see that some compromise > can be reached, even if I actually don't see the technical way... if a > class gets the logger via a static method... unless we can invert the > deliver on the *package*, and the static method gets it there, per > instance. Just random thoughts... I've done loads of thinking on this and it is not so easy. It is hackable but it will not be perfect. - Paul