|
Thanks for the fast reply :)
My problem was not with implementing the interface per se, but with the missing variables that appeared on init, such as m_startOnLoad, m_startupDelayString and sm_scheduler, and the missing functionality, such as a call to
SchedulerPlugIn.scheduleWork(scheduledJobDetail, trigger); on page 2, which is also not on the article's code. Not that I find any of this hard to implement, it's just that I didn't want to miss any specifics on the subject (and that I have never previously implemented any Struts plugins). |