We are developing a Java web application that uses JSF (Richfaces via Seam) for its user interface. I have read several articles that show that using the "rendered =" attribute in user interface components produces a pretty substantial result. We have several components that we would like to enable or disable based on whether their values ββare set. For example, if we show an item for sale, we would not have empty fields for attributes that are not set.
Given this success, we are wary of using multiple rendered fields. Is there a more effective alternative to this? Is there something we can do to improve the performance of using this field?
java performance jsf richfaces seam
Shadowman
source share