Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Google App Engine

You're reading from   Mastering Google App Engine Build robust and highly scalable web applications with Google App Engine

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781784396671
Length 368 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Summary


We covered a lot of ground in this chapter. We saw that sometimes, storing the computed results can be useful for performance. So, we introduced Memcache, and that is how we can add and delete keys. Then, we turned our attention towards multi-tenancy. We saw that we can use namespace features for the compartmentalization of our app, thus letting multiple users, or organizations use our application without getting into the complicated logic at our end. Next, we looked at services provided for the user and how to create the login and logout URLs. We learned how to log in and how to log users out.

From that point, we focused on how to upload files using Blobstore. We learned that uploads are handled by Blobstore and once the uploads are done, our application receives an HTTP POST request. Each uploaded file has a corresponding entity of the __BlobInfo__ kind, which is represented by the BlobInfo class. We explored how Blobstore works internally by using HTTP external request bodies....

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime