Hi Igor,

Thanks for the hint, but I don't think that will work for me.  I did try to
pre-load the resources on application startup, but I was unable to find
which resources I'd registered.

GAE does not allow any manner of dumpKeys() from the cache.  The
only-preloading solution I can think of is to have a single cache entry that
maintains a list of cached resource keys and update that every time I store
to the cache.  The downside is that if that entry is lost, pointers to the
other entries are lost.  Also, it may have stale data if the resource keys
are lost.

See:
http://code.google.com/appengine/docs/java/memcache/usingjcache.html#Features_Not_Supported

My hope is to lazily load resources much like PackageResources are done.

Any other suggestions or is there something I'm missing?

Thanks!

Jake
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/GAE-loses-shared-resources-tp2065471p2067654.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to