JSF 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 …
Tag Archive: jsf richfaces optimization
Permanent link to this article: http://www.javaplex.com/blog/optimizing-jsf-richfaces-applications/