You can write a servlet which will give you latest headlines, and call
that servlet at regular intervals of time according to your requirement.
once you got the response , change the DOM accordingly. Jquery functions
are there to delete the DOM elements and then append again with new
response triggering servlet at regular intervals, m sure some jQuery
function will be there to do that. There could be others way to
implement this. This one could be simple more traditional way to do
this.