Posts Tagged ‘jsf richfaces performance optimization’
Optimizing JSF Richfaces Applications
Saturday, April 25, 2009 1:13 10 CommentsJSF RIA based applications with richfaces comes with very common, mature and stable choice. Infact, richfaces is mature enough technology for implementing AJAX, rich user interfaces easily in JSF. I am sharing some of the common best practices for optimizing JSF richfaces application.
<context-param>
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>true</param-value>
</context-param>
This config will enforce the container to [...]
