timmolter / HelloSundial

HelloSundial demonstrates how to integrate the Sundial scheduler into a Java Web Application.

Home Page:http://xeiam.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About
-----

HelloSundial demonstrates how to integrate the Sundial scheduler into a Java Web Application. Read more at the website:

  http://xeiam.com/

Features
-----

* jobs.xml file defining a single job and cron trigger
* RAMJobStore
* web.xml file that initializes Sundial

Advantages over Quartz
-----

* no JTA.jar needed
* no quartz.properties needed
* simplified jobs.xml

Installation
------------

Should build right out the box. Edit the 'tomcat.dir' parameter in build.properties to reflect the correct location of your web container on your local machine. Run the 'deploy_local' Ant task. View the web application with the following URL (assuming that you're running the web container on port 8080): http://localhost:8080/HelloSundial/

Tested with Tomcat 7. 

About

HelloSundial demonstrates how to integrate the Sundial scheduler into a Java Web Application.

http://xeiam.com/

License:Apache License 2.0


Languages

Language:Java 100.0%