java - How to refresh div using Scheduler in spring -


how refresh div using scheduler in spring mvc , jsp.without using javascript setinterval possible.?what is

@scheduled(fixeddelay=5000) public void dosomething() {     // should execute periodically } 

but not getting how refresh div/page using it.thank in advance.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -