Performance benefits of upgrading Richfaces to newer version

Posted by peteDog on Stack Overflow See other posts from Stack Overflow or by peteDog
Published on 2008-12-19T21:29:25Z Indexed on 2010/03/30 1:03 UTC
Read the original article Hit count: 444

Filed under:
|
|

I have a client that's running an application based on JBoss 4.0.5, Seam 1.2 and RichFaces 3.0.1. Their system is having performance problems due to the fact that a lot of data is coming back from the server to be displayed on screen and it seems like the rendering of that data is taking forever. The data brought back is displayed in a tabbed interface, but the tabs aren't currently being loaded individually, but all at once.

I'm trying to build up a case to present to the client on the benefits of upgrading to never version of RichFaces, which, as I understand it, has added a great number of features related to tabbed panels and being able to use ajax to page the data and load the chunks you actually need to display at the moment, and not the rest that's in other tabs.

The move to a newer version of RichFaces will also result in never versions of Jboss and Seam, as the current production build of RichFaces 3.2.1 requires JSF 1.2.

IF anyone has some suggestions or experience on performance of current versions RichFaces, paging, etc, I would really appreciate some feedback.

© Stack Overflow or respective owner

Related posts about richfaces

Related posts about seam