First, I do not know what I should understand when we talk about "dynamic images"... but in my website (talk about movies - www.mananaseguro.com) I have to display the poster of each movie. So I think these images are considered dynamic images.
I do not know:
If these images should be in the cache, and if yes what expiration date (GAE)?
If these images should be in the public folder (GWT)?
How to correctly refer to these images, I use
setUrl("./MananaSeguro/posters/p1.gif")
(GWT)?If my APPLICATION_SPRITE (that have all UI images) be in the cache (GAE)?
I do not like to have all these images in
./client/resources/
directory. Is it possible to have them in the WAR directory to be more conformtable (if yes, how to configure it)?After that, I will use OBJECTIFY for my database, but the same kind of question occurs : Do you know in wich directory would I need to store these images (I will need to refer to their path inside the database)?
I do not know GAE, but do you know if there is an interesting feature to store these images (Blobstore)?