| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- XML Messaging Using JBoss by Benoit Aumars - [Clicks: 309]
In this article, I will focus on data sharing, with the common producer-consumer model, using open source software such as: - JBoss: A popular open source application server; - Quartz: A job scheduling system; - Hibernate: An object/relational persistence and query service for Java; - Castor: A Java-XML data-binding framework.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/10/13/XMLMessaging.html - Oct, 2004 - Using Quartz Enterprise Scheduler in J2EE Applications by Debu Panda - [Clicks: 358]
Quartz is an open source enterprise job scheduler from Open Symphony project. For details and downloading Quartz please look at http://www.quartzscheduler.org/quartz/. You can use Quartz to schedule jobs in your J2EE applications such as EJBs. This article will describe Quartz can be used in your J2EE applications to schedule cron like jobs. This will include how to configure Quartz in J2EE containers taking Oracle Application Server 10g Containers for J2EE (OC4J 9.0.4) as an example.
http://www.theserverside.com/blogs/showblog.tss?id=QuartzSchedulerInJ2EE - Apr, 2004 - Job Scheduling in Java by Dejan Bosanac - [Clicks: 192]
On some projects, you find you need to execute certain jobs and tasks at an exactly specified time or at regular time intervals. In this article we will see how Java developers can implement such a requirement using the standard Java Timer API, and then we will focus on Quartz, an open source library for those who need some extra features in their scheduling system.
[Includes sample code]
http://www.onjava.com/pub/a/onjava/2004/03/10/quartz.html - Mar, 2004