On Tue, Dec 15, 2009 at 1:55 PM, George Moschovitis <
george.moschovi...@gmail.com> wrote:

> > is interpreted by the infrastructure to cause it
> > to send the blob back to the user.
>
> What does 'interpreted' mean? is the actual file served from a
> separate infrastructure optimized for static files (in the future
> maybe from a CDN)?
>

Part of the infrastructure between the user and your code sees the blobstore
header in your response, and replaces the response with the contents of that
blob.


> I would like to skip the dynamic request to the application, using an
> 'opaque' url could help here...
>

You can do this with a trivial handler - a few lines of Python, and no
datastore access or external libraries required.


>
> > Blobs are just that - chunks of data. It's up to you to construct
> whatever
> > heirarchy you wish in the datastore.
>
> you mean keeping another entity with hierarchy data separate from
> BlobInfo per Blob?
>

Yes - just use a BlobReferenceProperty.

-Nick


>
> thanks,
> -g.
>
> --
>
> 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<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--

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