Quartz is an open source job-scheduling framework written entirely in Java and designed for use in both J2SE and J2EE applications. It offers great flexibility without sacrificing simplicity. You can create simple or complex schedules for executing any job. It includes features such as database support, clustering, plugins, prebuilt jobs for EJB, JavaMail and others, support for cron-like expressions, and many more.
Java Tiger, now a Java Tech called Quartz….
Does Sun Like Apple names?
http://www.apple.com/macosx/features/quartz/
Talk about trying to cause confusion.
I thought Quartz was a pdf based rendering technology from Apple.
Bad Sun, Bad!
Quartz (the job scheduler) has been around for awhile. When was Apple Quartz created or used officially… or even all that well known? I remember when Quartz (the job scheduler) came out and at the time I didn’t even think of Apple’s Quartz. Besides, the name makes sense as a job scheduler. What does it mean for the Apple code?
From the article:
“Quartz has been around for a while, although it has started to receive a lot of attention this year. It was created by James House and originally added as a SourceForge project in the spring of 2001. Over the next several years, a number of features and releases came, but it wasn’t until the project was moved to a new site and became part of the OpenSymphony family of projects, that it really started to take off and receive the attention it deserves.”
Apple’s Quartz was around in 2000 when the first OS X beta came out.
Dont forget, the microst Experssion “Quartz Web Designer”
http://www.microsoft.com/products/expression/en/web_designer/defaul…
Damn, everyone’s trying to get into the act
I use quartz in our java webapp at work. It’s great! You can create little tasks for it to run (just by telling it what class and method to run) and you can basically set it up like a cron job.
It integrates well with Spring which makes it even easier to use if you are using the Spring Framework.
With all respect Eugenia, this is hardly news to anyone related. I’m not sure what you mean by posting about Quartz (first steps to turn OSNews into a java portal? , but I’m still curious.
Quartz is very well known in the java industry, been around for years and eg. I’m successfully using it for over 3 years in various projects.
Well the article is dated 2005/09/28. And since it’s been a while I have actively done Java work, I didn’t know about this. So I rather liked it 🙂
Is one of those things, the work being excellent can be applied to, once setup and integrated, it runs and runs and you can forget about it.