dev@javaserverfaces.java.net

Re: Jim: Ryan: Relnotes content for issue 1176

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 11 Dec 2009 14:19:14 -0800

On 12/11/09 2:13 PM, Jim Driscoll wrote:
> Hi Ed -
>
> rather than emailing it, please consider creating the release notes
> for 2.0.3 and putting it in there.
I asked Ed to send this out so that I could add it to the 1.2_14 release
notes.

>
> 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>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>