-
Terracotta Aquires Quartz Scheduler Open-Source Project (11 messages)
- Posted by: Doug Flansbaugh
- Posted on: November 24 2009 12:14 EST
You can see Terracotta's press release on their website here: Terracotta Announces Acquisition of Quartz. The short of it is that Quartz will remain open source, project infrastructure will move to Terracotta servers, there will be increased project investment for new and improved features, and Terracotta will be providing commercial support services. Quartz is by far the most ubiquitous Java scheduler, and as a heavy user of Quartz I'm happy to see it will be getting increased investment. Looking forward to what comes of this new arrangement.Threaded Messages (11)
- Congratulations by peter veentjer on November 25 2009 12:03 EST
- Re: Congratulations by steve harris on November 25 2009 12:13 EST
- Re: Congratulations by James House on November 25 2009 14:08 EST
- Nice match by Mike Lythgoe on November 26 2009 10:49 EST
- Re: Congratulations by Dave Sims on November 26 2009 12:59 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by Erwin Vervaet on November 26 2009 14:31 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by Time PassX on November 27 2009 02:02 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by Jose Maria Arranz on November 27 2009 04:05 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by Paul Casal on November 27 2009 14:36 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by augustientje bloem on December 01 2009 14:00 EST
- Re: Terracotta Aquires Quartz Scheduler Open-Source Project by ramesh kesavanarayanan on December 03 2009 15:24 EST
-
Congratulations[ Go to top ]
- Posted by: peter veentjer
- Posted on: November 25 2009 12:03 EST
- in response to Doug Flansbaugh
Congratulations :) This is where Alex Miller was talking about. I hope that Quartz still can be used without needing Terracotta. Although Terracotta is a very nice platform for doing distributed computing, not all applications need tc. -
Re: Congratulations[ Go to top ]
- Posted by: steve harris
- Posted on: November 25 2009 12:13 EST
- in response to peter veentjer
Much like our ehcache product we will have a clustered and unclustered version and both will get attention. Wouldn't make sense to pick up a ubiquitous product and then damage that ubiquity.Congratulations :) This is where Alex Miller was talking about.
I hope that Quartz still can be used without needing Terracotta. Although Terracotta is a very nice platform for doing distributed computing, not all applications need tc. -
Re: Congratulations[ Go to top ]
- Posted by: James House
- Posted on: November 25 2009 14:08 EST
- in response to peter veentjer
I hope that Quartz still can be used without needing Terracotta.That's right. We'll not be throwing out options - rather, we'll be adding new ones. -
Nice match[ Go to top ]
- Posted by: Mike Lythgoe
- Posted on: November 26 2009 10:49 EST
- in response to James House
Quartz is an excellent scheduler but having to use a database to enable clustering was often troublesome and a bit excessive in resource for what it was achieving. Terracotta's plugin to use its distributed JVM technology makes it less resource intensive and a lot more elegant. -
Re: Congratulations[ Go to top ]
- Posted by: Dave Sims
- Posted on: November 26 2009 12:59 EST
- in response to peter veentjer
Congratulations, James. You've worked hard and intelligently on Quartz these many years. Kind regards, David Flux - Java Job Scheduler. File Transfer. Workflow. http://www.fluxcorp.com -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: Erwin Vervaet
- Posted on: November 26 2009 14:31 EST
- in response to Doug Flansbaugh
How do you 'acquire' an open-source project? Do you just hire the committers? Erwin -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: Time PassX
- Posted on: November 27 2009 02:02 EST
- in response to Erwin Vervaet
I'll buy the Jt framework for 1 penny -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: Jose Maria Arranz
- Posted on: November 27 2009 04:05 EST
- in response to Erwin Vervaet
How do you 'acquire' an open-source project?
Do you know what the intellectual property is? Do you know the intellectual property has owners?
Do you just hire the committers?
Erwin -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: Paul Casal
- Posted on: November 27 2009 14:36 EST
- in response to Erwin Vervaet
Hi Erwin, The fact that it is open source does not mean that it has no owners. The copyright of the code belongs to someone (or some entity, like a company). This it the intellectual property (IP). You could argue that the fact that the source code has been made open source, and released under some OS license, reduces the value of the IP. But there are other things that can be bought as part of a 'project', these are a trade mark and a domain name. This is the case of JBoss for example, I think that in their case, they could not sell the IP because it belonged to dozens of contributors. Still, the domain name, trade mark and know-how was bought for many millions... :) Regards, Paul Casal Developer - jBilling.com -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: augustientje bloem
- Posted on: December 01 2009 14:00 EST
- in response to Erwin Vervaet
How do you 'acquire' an open-source project?
You buy the original rights. Normally, everyone can copy, change and distribute the source, but that's only by following the terms that the copyright holder has imposed on you for doing that. Something which most (all?) licenses do not permit is distributing the source under an other license. Only the legitimate copyright holder is permitted to do that. If some party is interested in obtaining a closed source license, then only you as this legitimate copyright holder are allowed to sell them this. But the question is nevertheless an interesting one. Technically, what does acquiring an open-source project exactly entails? Is is *only* the transfer of the copy-right, or indeed, does it also include hiring the main developers? Does it include an agreement that the current committers acknowledge that the acquiring from now on dictates the direction of the project?
Do you just hire the committers?
Erwin -
Re: Terracotta Aquires Quartz Scheduler Open-Source Project[ Go to top ]
- Posted by: ramesh kesavanarayanan
- Posted on: December 03 2009 15:24 EST
- in response to Doug Flansbaugh
Hi, I am trying to integrate Quartz with Hibernate (no SPRING). But when ever I do this, I get UserTransaction exceptions. Is there a reference implementation for Quartz integrtaion with just Hibernate alone?? Reply back to kesavramesh@gmail.com