|
From: Rod J. <rod...@in...> - 2003-11-03 11:20:24
|
Ivan, The fact that it has a clear scope and is intended to be lightweight makes it a good candidate to be the "out-of-the-box" implementation of any Spring scheduler interface. I don't think Spring should attempt to include a full-featured scheduler. However, there is an argument for including a convenient, readily available, implementation of a scheduler abstraction. This gives the user the benefits of pluggability in good Spring fashion. Regards, Rod ----- Original Message ----- From: "Ivan Ristic" <iv...@we...> To: <spr...@li...> Sent: Monday, November 03, 2003 10:15 AM Subject: Re: [Springframework-developer] Scheduler update #2 > > > I would probably make it a separate project and download within Spring, > > spring-scheduler, dependent on the main codebase. > > Why not in the main project? Having that functionality out of the > box is very convenient. > > > > - Volume of code. If there's lots of code, it's a stronger argument for > > putting it outside the main codebase. > > It's actually rather small in size. Compiled classes are around > 30K at the moment. > > > > - Any dependencies it introduces. > > None (not counting commons-logging). > > > > - Unit test coverage. As our target is to go above 80% for 1.0 RC1, new code > > must have this kind of level of test coverage, verified via Clover. > > I'll look into that, add tests to the scheduler and come back later. > > > > - Your commitment to maintaining it, providing forum/list support etc. > > No problem. But I do plan *not* to expand its functionality > significantly. It exists only to be lightweight, and those who need > more should look at more capable projects (eg Quartz). > > -- > ModSecurity (http://www.modsecurity.org) > [ Open source IDS for Web applications ] > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |