dev@javaserverfaces.java.net

Re: Jim: Ryan: Relnotes content for issue 1176

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Fri, 11 Dec 2009 14:13:12 -0800

Hi Ed -

rather than emailing it, please consider creating the release notes for
2.0.3 and putting it in there.

Jim

On 12/11/09 1:41 PM, Ed Burns wrote:
> 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>
>
>
>