We use spring as standard to setup the struts2 actions so it was a simple matter of adding some config information to the applicationContext.xml file. The spring site has comprehensive documentation.
Z. > > > > Hi all, > > I'm using struts 2.0.6. I have requirement to write an logic in > action file. Where that > action should be schedule in (daily or weekly). For that , i have used > Quartz in struts 1. It was working fine > as per this site details. http://demo.jgsullivan.com/struts/ > I want to know how we can use quartz in struts 2. In struts 1 , > we have quartz-config.xml, there > we can define our action and trigger logic. If,anyone come across this > requirement give me a suggestions.