Hello Daniel

Thanks for the information. 

After reading the document 
configuring-jsf-20-to-run-on-the-google-appengine,<https://sites.google.com/a/wildstartech.com/adventures-in-java/Java-Platform-Enterprise-Edition/JavaServer-Faces/sun-javaserver-faces-reference-implementation/configuring-jsf-20-to-run-on-the-google-appengine>
 the 
reliability of server state saving in current version
of GAE is still not clear to me ("GAE 1.3.0 appears to handle..."). 

 <!-- ***** GAE 1.3.0 appears to handle server-side state saving. *****  -->
  <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
  </context-param> 

Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to