Using the J2EE Containers DataSource

Using the J2EE Container s DataSource

We have purposely not talked about JobStores or DataSources up to this point. In Chapter 6, "JobStores and Persistence," you learned that you can store your job information within memory, or, if you need job persistence between application restarts, you can store the job information within a relational database. Two types of JDBC JobStores exist:

  • JobStoreTX Manages its own transactions during persistence operations
  • JobStoreCMT Supports container-managed transactions (CMT) during persistence operations

If you are using a J2EE container and one of the two types of JDBC JobStores, then you will want to use the container's DataSource as well. Refer back to Chapter 6 for how to set up the quartz.properties file when using JDBC JobStores within a J2EE container.


Scheduling in the Enterprise

Getting Started with Quartz

Hello, Quartz

Scheduling Jobs

Cron Triggers and More

JobStores and Persistence

Implementing Quartz Listeners

Using Quartz Plug-Ins

Using Quartz Remotely

Using Quartz with J2EE

Clustering Quartz

Quartz Cookbook

Quartz and Web Applications

Using Quartz with Workflow

Appendix A. Quartz Configuration Reference



Quartz Job Scheduling Framework(c) Building Open Source Enterprise Applications
Quartz Job Scheduling Framework: Building Open Source Enterprise Applications
ISBN: 0131886703
EAN: 2147483647
Year: N/A
Pages: 148

Flylib.com © 2008-2020.
If you may any questions please contact us: flylib@qtcs.net