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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -