Using struts2, is there a way to trigger an action to occur at specified intervals?
Currently I am writing action classes that perform tasks that need to run at specified intervals and curling the url at the times I need to. Is there a better way to do this than invoking an http request like this?