1 Reply Latest reply on Jul 16, 2012 12:29 PM by thelinker

    Database pagination for rich:extendedDataTable component

      Hi,

      My application is built up on JBoss5.0.0, MySQL5.1, Seam2.1.1 (EJB3.0, Hibernate3.4.0, JSF2.0, Richface3.3.0)

      I need to display list from a table which has few million of records using rich:extendedDataTable component. For this, I do require database pagination. I came across multiple forums and blogs for the solution (mostly user's own grown solution) but couldn't get the proper and exect "Seam-way" to implement database pagination concept for rich:extendedDataTable component.

      http://www.seamframework.org/Community/SelfwrittenDataModelAsDataModelForTruePagination
      http://www.seamframework.org/21214.lace
      http://www.seamframework.org/Community/RichfacesDatascrolerEntityQueryAndPagination
      http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4112998
      http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4060199
      http://i-proving.ca/space/Tom+McGrady/blog
      http://eclecticprogrammer.com/2008/07/30/a-generic-superclass-for-sorting-and-paginating-in-the-database-with-richfaces/
      http://eclecticprogrammer.com/2008/06/25/sorting-and-paginating-in-the-database-with-richfaces/

      Am going to buy the book "Seam Framework: Experience the Evolution of Java EE (Jboss), Second Edition - Michael Juntao Yuan". I hope to find some solution there. Meanwhile, Could anyone suggest please ?

      Thanks in advance.