Author: nbelaevski
Date: 2010-08-10 14:19:29 -0400 (Tue, 10 Aug 2010)
New Revision: 18542
Modified:
sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml
sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml
Log:
Switched richfaces-showcase-gae to LRU cache
Modified:
sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml
===================================================================
---
sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml 2010-08-10
18:18:53 UTC (rev 18541)
+++
sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/appengine-web.xml 2010-08-10
18:19:29 UTC (rev 18542)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app
xmlns="http://appengine.google.com/ns/1.0">
<application>richfaces-showcase-gae</application>
- <version>5</version>
+ <version>8</version>
<sessions-enabled>true</sessions-enabled>
<system-properties>
Modified: sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml
===================================================================
--- sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml 2010-08-10
18:18:53 UTC (rev 18541)
+++ sandbox/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml 2010-08-10
18:19:29 UTC (rev 18542)
@@ -34,6 +34,11 @@
</context-param>
<context-param>
+
<param-name>org.ajax4jsf.cache.CACHE_MANAGER_FACTORY_CLASS</param-name>
+ <param-value>org.ajax4jsf.cache.lru.LRUMapCacheFactory</param-value>
+ </context-param>
+
+ <context-param>
<description>
Set this flag to true if you want the JavaServer Faces
Reference Implementation to validate the XML in your