This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 紧急跪求设计建议:我想用GWT做一个动态report功能, 具体要求请进1。report数据有超过一万行
2。想动态显示数据, 如在一定的时间内从数据库读到多少就显示给用户看,其余的继续取,尽量减少用户等待的时间。
急请教各位大虾有没有好的设计方案?如用ajax的模式。
-skylei(sky);
2007-3-5
{187}
(#3533940@0)
-
a solution
-apollo13(一无所知);
2007-3-10
{575}
(#3545399@0)
-
1.Get the row index range of the visible area of the page 2. call server-side program to fetch the data fragment. and populate the corresponding rows 3. use lazy-load mode4. carefully deal with the cross-brower issue. GWT was not perfect on this ( at least several months ago when I was using it) tho it's meant to solve these issues.
-fatbean(ReadingInMyLair);
2007-3-13
{164}
(#3550190@0)