astonishingone
May 22nd, 2007, 11:00 AM
Hi ,
I am new to dwr
I am using with spring and hibernate.
Well everything was ok just that the list i retrieve by my dwr remote method got the data in the form of list first time and if i refresh or call the JavaScript function of fillTable again it displays the same data even i manually edit the data in mysql db .
i am using dwr-sping i.e not using dwr.xml
I am using both dwr controller and spring MVC controller
i have debugged that the data at DAO layer (i.e hibernate) is retrieving the correctly but the list object which i get via dwr remote method is getting the same data which it received first time , is this object scoping problem , just guessing .
My main intention is to auto refresh the page using dwr as the data contains more then 15000 plus rows and not to delete and populate as it will give same conventional refresh page effect , i want to first load and then replace / edit the existing data in html table so that if use scroll down after refesh he is not again at first record and also show that data change effect (like changing border color of cell )
I hope i am able to explain the problem
Thanks in advance for your valuable suggestion
I am new to dwr
I am using with spring and hibernate.
Well everything was ok just that the list i retrieve by my dwr remote method got the data in the form of list first time and if i refresh or call the JavaScript function of fillTable again it displays the same data even i manually edit the data in mysql db .
i am using dwr-sping i.e not using dwr.xml
I am using both dwr controller and spring MVC controller
i have debugged that the data at DAO layer (i.e hibernate) is retrieving the correctly but the list object which i get via dwr remote method is getting the same data which it received first time , is this object scoping problem , just guessing .
My main intention is to auto refresh the page using dwr as the data contains more then 15000 plus rows and not to delete and populate as it will give same conventional refresh page effect , i want to first load and then replace / edit the existing data in html table so that if use scroll down after refesh he is not again at first record and also show that data change effect (like changing border color of cell )
I hope i am able to explain the problem
Thanks in advance for your valuable suggestion