I recon you'd need a smallish initial set for immediate showing, then use ajax to either a) continue loading and appending the rest of the list or b)
only load and append the new records if needed See http://www.dzone.com/links/index.html for an example of the second option (scroll down to the bottom, and it will fetch a new batch of articles) the hibernate part is nothing special, although with above scenarios you'd be using paging (which is a good thing of course) On Mon, 21 Jul 2008 13:04:08 +0000 (UTC), Ken <[EMAIL PROTECTED]> wrote: > Hello all, I have a very unique topic. First I work for a guy who doesnt > know > anything about web apps. I need to render about 30,000 rows without > pagination > into a scrollable table with sorting capabilities. Right now it is set up > so > that the browser (IE) does all of the work using xml. What would be my > best way > if I wanted to use hibernate(caching blah blah I got that taken care of) > and > stripes (Streaming JSON or JavaScriptRes) back to the client so that the > list > will be ready the fastest. IE no pagination, this guy wants it rendered > fast, > list must appear as quickly as possible and I want to use stripes. > Any help appreciated. Thx Ken. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > Stripes-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users