-
Tabular data libraries (2 messages)
- Posted by: Tony Andrews
- Posted on: November 29 2009 07:12 EST
Hi folks, I need to represent lots of tabular data in a JSP web application. What are the best open source libraries to consider? I need sorting, paging and filtering facilities. ThanksThreaded Messages (2)
- Re: Tabular data libraries by Stephan Epstein on December 09 2009 17:46 EST
- Re: Tabular data libraries by Marina Prikaschikova on January 17 2010 06:39 EST
-
Re: Tabular data libraries[ Go to top ]
- Posted by: Stephan Epstein
- Posted on: December 09 2009 17:46 EST
- in response to Tony Andrews
You might check displaytag (http://displaytag.sourceforge.net/1.2/) and yui (http://developer.yahoo.com/yui/). Both are well documented and easy to plug into your web pages. Displaytag is jsp-tag and yui a javascript library. Both treat sorting and paging. You can even rearrange the columns with yui. However filtering is not supported. But you can combine these two libs with jbfilter(http://code.google.com/p/jbfilter/). With jbfilter you can easyly build sophisticated filters and even choose to make the filtering on the database or in memory. -
Re: Tabular data libraries[ Go to top ]
- Posted by: Marina Prikaschikova
- Posted on: January 17 2010 06:39 EST
- in response to Tony Andrews
check out also Grid taglib from Coldtags suite: http://www.servletsuite.com/servlets/gridtag.htm