Gerhard Froehlich wrote: > > I extended the glue class. Now it should > create and install the remote object. > > side question: > when I extend the my class from a some > object and not from AbstractLogger, how > can I get the Logger???
Loggable/AbstractLoggable are not lost--they are deprecated. That being said, they have been superceded by a new interface/base class: LogEnabled/AbstractLogEnabled This allows you to use the new org.apache.avalon.framework.logger.Logger class that hides the Logging implementation for you. There are wrapper classes for each of the major logging packages, and if you want to write your own simple logger, then you have the interface to do so. This alows you to develop with one Logger implementation, deploy with another--and not have to rewrite your components, blocks, etc. The only thing different would be the way each of the loggers are configured. > > Cheers > Gerhard > >-----Original Message----- > >From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > >Sent: Friday, November 02, 2001 2:15 PM > >To: Avalon Development > >Subject: [AvalonDB] soapification <> rmification > > > > > >Hi Paul, > >I think we should start public discussions. Maybe > >(hopefully) some other devs join the party :). > > > >Attached a proposal for a rmification (mostly like soapification). > >Maybe you can throw a eye on it, if it is ok. > > > >Cheers > >Gerhard > > > >PS: it should compile :) > > > > > > > > >------------------------------------------------------------------------------------------------------------------------------------ > Name: Glue.java > Glue.java Type: Java Class (java/*) > Encoding: quoted-printable > > >------------------------------------------------------------------------------------------------------------------------------------ > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- "Those who would trade liberty for temporary security deserve neither" - Benjamin Franklin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>