Ken wrote:
> 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.

Do you really need to use javascript to parse data ?
A basic html table in a jsp with server sort will work way faster.
You should try display tag.





-------------------------------------------------------------------------
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

Reply via email to