In a WebApplication (Java - NetBeans) in a JSP page I need to refresh a synoptic design (the state of elements) or the records in a table by reading new data from MySQL (apply a java method).
How can I applay this methods every second? I have a javascript methods hwo is running every second.
I can send you the code in the .jsp file.

Thank you very much!