public class DispatchServlet extends HttpServlet
{
private java.util.Timer timer;

public void init()
{
timer = new java.util.Timer();
}

Submitted by Eelco Visser on 12 March 2010 at 14:54

On 15 March 2010 at 10:24 Zef Hemel commented:

So what’s the question?


On 15 March 2010 at 10:38 Danny Groenewegen commented:

Looks like this state is meant to be shared between request.

Log in to post comments