Z
zaku
Hi,
I have to run a piece of code on a server periodically (I have to get
the server time and send it to the frontend application). However, my
problem is:
when my servlet starts I have to repeat the execution of a method,
let's say every 30 minutes.
Could somebody suggest me how could I run this piece of code inside the
servlet periodically?
Thank you very much for your answerz
John
I have to run a piece of code on a server periodically (I have to get
the server time and send it to the frontend application). However, my
problem is:
when my servlet starts I have to repeat the execution of a method,
let's say every 30 minutes.
Could somebody suggest me how could I run this piece of code inside the
servlet periodically?
Thank you very much for your answerz
John