Hi,
Im basically a .net developer, I am now working on a java web project,
here i need to basically get values from the back end (say generating a random number) and update that random number every second on the front end, i want to use jquery for this,
in ASP.net, i know that I can have an updatepanel and use _doPostBack to update the panel without refreshing the whole page.
It might be a stupid question but im a java newbie.
Any help/examples of something that does the same would be greatly appreciated.
Thanks.