Quartz and Web Applications
Up to this point, our interaction with the Quartz framework has primarily been through the command line. For users such as my old college computer science professor (who would tell me every day, "GUIs are for wimps!"), command-line usage is very acceptable. When applications are developed and finished, however, they are often turned over to end users or support teams. Putting GUI front ends on top of command-line applications can be quite helpful and much appreciated. This chapter describes how to use Quartz within Web applications to make scheduling and maintaining jobs easier.