dev@javaserverfaces.java.net

Jim: Ryan: Relnotes content for issue 1176

From: Ed Burns <Ed.Burns_at_Sun.COM>
Date: Fri, 11 Dec 2009 13:41:55 -0800

Hello Jim and Ryan,

Here is the content for the 1176 feature.

Parameter Name

com.sun.faces.IS_SAVE_BINDINGS_STATE

This parameter, in conjuction with two facelets-specific parameters,
makes it possible to achieve 30% - 60% memory savings for Facelet pages.

This setting is only useful in conjuction with two parameters that
direct the behavior of Facelets version 1.1.15 for JSF 1.2 (Available at
<https://facelets.dev.java.net/files/documents/3448/144240/facelets-1.1.15-jsf1.2.zip>.) The settings to enable these savings are as follows.

<context-param>
  <param-name>com.sun.faces.IS_SAVE_BINDINGS_STATE</param-name>
  <param-value>false</param-value>
</context-param>
<context-param>
  <param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
  <param-value>true</param-value>
</context-param>
<context-param>
  <param-name>facelets.RECREATE_VALUE_EXPRESSION_ON_BUILD_BEFORE_RESTORE</param-name>
  <param-value>true</param-value>
</context-param>



-- 
| ed.burns_at_sun.com  | office: 408 884 9519 OR x31640
| homepage:         | http://ridingthecrest.com/