For a webapp I'm working on I wanted to be able to modify or create new 
templates while the app is running. However GAE does not support storing 
files so I need to store them else where. Blobstore looks like a good 
candidate. But how do I get the facelet engine to read the template from the 
blobstore? 

I know I can write a custom facelets resource resolver but that still has to 
return a URL. Does anyone no of a solution?

-- 
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