hai to all..
help me to solve my problem...
im dng one project..in my project i do have one database.. it wil be updated for every 30seconds.. so i have to display the data from database with thier updates.i mean i would like to display data's in the client browser..whenever there is an update in data base the browser should display the recent datas from database..
here i m using ajax with 30 seconds interval to refresh broswer and making cal to jsp page after 30seconds. so after every 30 seconds ajax wil cal my jsp.. jsp wil retrieve datas from databse..
its running fine and getting refresh for every 30seconds..
bt display's the same data wat displayed in first time..
bec here jsp is compiled servlet(it means jsp with retrieved data wen it is compiled).. so my ajax caling compiled jsp and gives the output from compiled jsp..so its giving same result.. its not giving recent datas..
i explained my problem as much wat i can..
i wil try explain if any one cant get..
help me....