This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Data table with large number of rowsalibsd Feb 6, 2009 1:09 PM (in response to martind1111)Take a look at this: 
 http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&cid=215642
 This will probably solve your problem.
 Regards
- 
        2. Re: Data table with large number of rowsmartind1111 Feb 6, 2009 1:58 PM (in response to martind1111)"alibsd" wrote: 
 Take a look at this:
 http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&cid=215642
 This will probably solve your problem.
 Regards
 I like the example, altough it is not complete. The AuctionDataProvider class is not viewable and this is where the JDBC calls of interest would be listed.
- 
        3. Re: Data table with large number of rowsmartind1111 Feb 6, 2009 3:17 PM (in response to martind1111)"martind1111" wrote: "alibsd" wrote: 
 Take a look at this:
 http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&cid=215642
 This will probably solve your problem.
 Regards
 I like the example, altough it is not complete. The AuctionDataProvider class is not viewable and this is where the JDBC calls of interest would be listed.
 Haven't found the exact reference on RichFaces Web site to AuctionDataProvider source code, but this link points to an older version, which should allow someone to implement a data model that implements paging:
 http://www.java2s.com/Open-Source/Java-Document/JBoss/richfaces-ui-3.1.4.GA/org/richfaces/demo/extendeddatamodel/AuctionDataProvider.java.htm
- 
        4. Re: Data table with large number of rowssupernovasoftware.com Feb 6, 2009 3:20 PM (in response to martind1111)Have a look at this excellent article. 
 http://www.jsfcentral.com/articles/speed_up_your_jsf_app_1.html
- 
        5. Re: Data table with large number of rowsnbelaevski Feb 6, 2009 4:53 PM (in response to martind1111)"martind1111" wrote: "alibsd" wrote: 
 Take a look at this:
 http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&cid=215642
 This will probably solve your problem.
 Regards
 I like the example, altough it is not complete. The AuctionDataProvider class is not viewable and this is where the JDBC calls of interest would be listed.
 You can get the sources here: http://anonsvn.jboss.org/repos/richfaces/trunk/samples/richfaces-demo
 
     
     
    