I'm in the midst of revisiting an older project that management would like to see live again, and I discovered Roo. I'm fairly new to Spring, but not J2EE, so the latter is coloring my understanding of the former. That said, what I would like to do is create an app-tier that clients access via web services and schedule jobs. In the old model I had a web service that used Hibernate for persistence and Quartz for scheduling. Fairly standard. With Roo I know there is no true web service support yet, but with BlazeDS or by simply adding some web services to the existing end points I can create a service model. My question is how do I add support for Quartz if I want to package my Roo app as a WAR that is deployed to a Spring server. Thoughts? Comments?