I have a jsp page which shows the contents of a table. While the user views a page the contents of the table changes on a second-by-second basis. So the user has to refresh
You can make ajax request and pull the data from server and use java script to render that data on the view