JAVA定时器三种实现方案

 

1.在Servlet中启动timer,该Servlet在容器启动的时候加载(在web.xml设置load-on-startup)。

参考:http://callan.iteye.com/blog/123374

 

2.设置Servlet监听器(ServletContextListener)

参考:http://www.iteye.com/topic/265738

 

3.Spring的定时器管理

参考:http://www.360doc.com/content/10/1211/12/1459654_77033338.shtml

你可能感兴趣的:(java,spring,Web,xml,servlet)