Hi!

  It is pretty common usecase for public sites - admin uploads some
static html+css+images via and it is served from some servlet in
application in structured way.

  Of course in GAE it is imposible directly, but could be simulated.
We could store hierarchical info in some entity structure and store
date inself in blobs.

   Plus we could have two servlets one with some API for file
management and second for serving data in structured way:

/servlet/dir1/dir2/page.html
/servlet/dir1/dir2/styles.css

  Question is - may be something like this is already implemented?

-- 
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-j...@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