Live Updates using JSP
Hi all,
I am developing a jsp page that gives live updates(such as current news) to the client. I want to implement it in such a way that the user should get the news updates without refreshing his web page.
Can anyone tell how to implement this with AJAX? Or is there any other technology that I can use?

