> From: Jon Stevens [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 01, 2001 10:01 PM > > on 12/1/01 8:22 AM, "Paulo Gaspar" <[EMAIL PROTECTED]> wrote: > > > There is a CRON like scheduler at jakarta-avalon-cornerstone package: > > org.apache.avalon.cornerstone.services.scheduler > > There is a cron scheduler in the jakarta-turbine-fulcrum package: > org.apache.fulcrum.services.scheduler
Another scheduler available. =:o) > > P.S.: Being a bit more aware of Avalon could save you a lot of work. > > P.S.: Being a bit more aware of Turbine could save you a lot of work > (especially given that Turbine had a scheduler service before Avalon did). Of course. I am using some code from Turbine too. However, "before" is not a compelling argument since: older != better > > There is a lot of interesting common use code there. > > I agree. Turbine does have a lot of interesting common use code. > > > I just hope they will follow the trend to cut on that kind of > > dependencies as they did with the LogKit. > > Through the use of an interface which will prevent you from fully > using all > the features of a logging package (lots of people have complained > about that before...personally, I'm for it). Yes, they have a common interface and adapters for Log4J, LogKit and the JDK1.4 thing. I have been using it and I personally like it. IMHO the interface allows me to use all of the features I need for the logging work. Keeping the logger configuration/initialization separated I can still use most of the sophisticated features each Logger has to offer just by changing the configuration bit. Have fun, Paulo Gaspar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
