You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/01/15 11:33:08 UTC

[Myfaces Wiki] Update of "Performance" by DoreenStrowinski

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by DoreenStrowinski:
http://wiki.apache.org/myfaces/Performance

The comment on the change is:
old link didn't reference to the "serialization" project of JBoss.org

------------------------------------------------------------------------------
  
  [#clientSide permlink]
  
- The JSF spec mandates a large amount of serialization during the lifecycle of each request. This of course cannot be avoided when using client side state saving.  MyFaces gives the application developer the opportunity to specify the serialization mechanism for an application.  Here are instructions on how one would realize the performance increases available via [http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=serialization Jboss serialiazation] .
+ The JSF spec mandates a large amount of serialization during the lifecycle of each request. This of course cannot be avoided when using client side state saving.  MyFaces gives the application developer the opportunity to specify the serialization mechanism for an application.  Here are instructions on how one would realize the performance increases available via [http://labs.jboss.com/serialization/ Jboss serialiazation] .
  
  Place the following context parameter in web.xml :