Thread: [Springnet-developer] Spring Quartz.NET integration
Brought to you by:
aseovic,
markpollack
|
From: Marko L. <mar...@gm...> - 2007-08-29 19:06:05
|
Hi guys, I was wondering whether you had some time (I do know you are busy with 1.1 release) to check the integration effort I've done for Quartz.NET. This is quite straight port from Java land but seemed to work quite OK with some tweaks - comments welcome. I would like your input on how I / we should go forward with this if you find this useful. The zip contains Spring.Scheduling.Quartz which can be dropped to Spring.Net\src\ (the project files refer to other Spring-projects. I've worked mostly with VS2005 so there might be some quirks with the VS2003 version. AdoJobStore has same issue as Java version with storing inherited triggers to database with this Quartz version (0.6) I have a fix already in trunk and it's scheduled for 0.7. http://www.cs.tut.fi/~lahma/SpringQuartzNetIntegration.zip Kind Regards, Marko Lahma Quartz.NET project lead http://quartznet.sourceforge.net/ |
|
From: Mark P. <mpo...@in...> - 2007-08-29 19:17:45
|
Hi Marko, Thanks, sorry if I didn't get back to you before. I think this would be very useful indeed. How do you feel about adding this as an associated Spring.NET 'modules' project (much like the TIBCO/NMS support) now. I've been thinking of having just a single download for all the external modules, but for now, infrastructure wise, we could be easier to add it side by side. I'd also be in favor of having this added to Spring.NET 1.2. What is left on the roadmap to bring Quartz.NET to 1.0? I didn't see much remaining on JIRA. A custom schema might be nice to addition. Cheers, Mark -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Marko Lahma Sent: Wednesday, August 29, 2007 3:06 PM To: spr...@li... Subject: [Springnet-developer] Spring Quartz.NET integration Hi guys, I was wondering whether you had some time (I do know you are busy with 1.1 release) to check the integration effort I've done for Quartz.NET. This is quite straight port from Java land but seemed to work quite OK with some tweaks - comments welcome. I would like your input on how I / we should go forward with this if you find this useful. The zip contains Spring.Scheduling.Quartz which can be dropped to Spring.Net\src\ (the project files refer to other Spring-projects. I've worked mostly with VS2005 so there might be some quirks with the VS2003 version. AdoJobStore has same issue as Java version with storing inherited triggers to database with this Quartz version (0.6) I have a fix already in trunk and it's scheduled for 0.7. http://www.cs.tut.fi/~lahma/SpringQuartzNetIntegration.zip Kind Regards, Marko Lahma Quartz.NET project lead http://quartznet.sourceforge.net/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Springnet-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springnet-developer |
|
From: Marko L. <mar...@gm...> - 2007-08-29 19:37:47
|
Hi Mark, Whatever you guys find best is fine with me. It's for sure that it should be kept away from core Spring, at least until it gets 1.0 ;-) The biggest thing is XML configuration support (the Quartz way). The no-op implementation is already in place to make Spring.NET integration possible. There's also the remotable Quartz scheduler, but I need to see how it makes sense in .NET world. So not much really, but as a side project of course it always takes more time than in day job to finish. Goal is to jump from upcoming 0.7 to 1.0 when 0.7 is found stable. I would guess integration is now already safe API-wise and there haven't been any new bug reports after 0.6 release. -Marko On 8/29/07, Mark Pollack <mpo...@in...> wrote: > Hi Marko, > > Thanks, sorry if I didn't get back to you before. I think this would be > very useful indeed. How do you feel about adding this as an associated > Spring.NET 'modules' project (much like the TIBCO/NMS support) now. I've > been thinking of having just a single download for all the external modules, > but for now, infrastructure wise, we could be easier to add it side by side. > I'd also be in favor of having this added to Spring.NET 1.2. > > What is left on the roadmap to bring Quartz.NET to 1.0? I didn't see much > remaining on JIRA. A custom schema might be nice to addition. > > Cheers, > Mark > > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf Of > Marko Lahma > Sent: Wednesday, August 29, 2007 3:06 PM > To: spr...@li... > Subject: [Springnet-developer] Spring Quartz.NET integration > > Hi guys, > > I was wondering whether you had some time (I do know you are busy with > 1.1 release) to check the integration effort I've done for Quartz.NET. > This is quite straight port from Java land but seemed to work quite OK > with some tweaks - comments welcome. > > I would like your input on how I / we should go forward with this if > you find this useful. > > The zip contains Spring.Scheduling.Quartz which can be dropped to > Spring.Net\src\ (the project files refer to other Spring-projects. > I've worked mostly with VS2005 so there might be some quirks with the > VS2003 version. > > AdoJobStore has same issue as Java version with storing inherited > triggers to database with this Quartz version (0.6) I have a fix > already in trunk and it's scheduled for 0.7. > > http://www.cs.tut.fi/~lahma/SpringQuartzNetIntegration.zip > > Kind Regards, > > Marko Lahma > Quartz.NET project lead > http://quartznet.sourceforge.net/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer > > |
|
From: Bruno B. <br...@gm...> - 2007-09-10 15:48:07
|
Mark, you should create a Quartz.NET integration forum now :) - Bruno 2007/8/29, Marko Lahma <mar...@gm...>: > > Hi Mark, > > Whatever you guys find best is fine with me. It's for sure that it > should be kept away from core Spring, at least until it gets 1.0 ;-) > > The biggest thing is XML configuration support (the Quartz way). The > no-op implementation is already in place to make Spring.NET > integration possible. There's also the remotable Quartz scheduler, but > I need to see how it makes sense in .NET world. So not much really, > but as a side project of course it always takes more time than in day > job to finish. Goal is to jump from upcoming 0.7 to 1.0 when 0.7 is > found stable. > > I would guess integration is now already safe API-wise and there > haven't been any new bug reports after 0.6 release. > > -Marko > > On 8/29/07, Mark Pollack <mpo...@in...> wrote: > > Hi Marko, > > > > Thanks, sorry if I didn't get back to you before. I think this would be > > very useful indeed. How do you feel about adding this as an associated > > Spring.NET 'modules' project (much like the TIBCO/NMS support) > now. I've > > been thinking of having just a single download for all the external > modules, > > but for now, infrastructure wise, we could be easier to add it side by > side. > > I'd also be in favor of having this added to Spring.NET 1.2. > > > > What is left on the roadmap to bring Quartz.NET to 1.0? I didn't see > much > > remaining on JIRA. A custom schema might be nice to addition. > > > > Cheers, > > Mark > > > > > > > > -----Original Message----- > > From: spr...@li... > > [mailto:spr...@li...] On Behalf Of > > Marko Lahma > > Sent: Wednesday, August 29, 2007 3:06 PM > > To: spr...@li... > > Subject: [Springnet-developer] Spring Quartz.NET integration > > > > Hi guys, > > > > I was wondering whether you had some time (I do know you are busy with > > 1.1 release) to check the integration effort I've done for Quartz.NET. > > This is quite straight port from Java land but seemed to work quite OK > > with some tweaks - comments welcome. > > > > I would like your input on how I / we should go forward with this if > > you find this useful. > > > > The zip contains Spring.Scheduling.Quartz which can be dropped to > > Spring.Net\src\ (the project files refer to other Spring-projects. > > I've worked mostly with VS2005 so there might be some quirks with the > > VS2003 version. > > > > AdoJobStore has same issue as Java version with storing inherited > > triggers to database with this Quartz version (0.6) I have a fix > > already in trunk and it's scheduled for 0.7. > > > > http://www.cs.tut.fi/~lahma/SpringQuartzNetIntegration.zip > > > > Kind Regards, > > > > Marko Lahma > > Quartz.NET project lead > > http://quartznet.sourceforge.net/ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Springnet-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springnet-developer > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Springnet-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springnet-developer > |