Programming Google App Engine with Java

This practical guide shows intermediate and advanced web and mobile app developers how to build highly scalable Java applications in the cloud with Google App Engine. The flagship of Google's Cloud Platform, App Engine hosts your app on infrastructure that grows automatically with your traffic,...

Descripción completa

Detalles Bibliográficos
Otros Autores: Sanderson, Dan, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly Media, Inc 2015.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628198206719
Tabla de Contenidos:
  • ""Copyright""; ""Table of Contents""; ""Preface""; ""A Brief History of App Engine""; ""Using This Book""; ""Conventions Used in This Book""; ""Safari® Books Online""; ""How to Contact Us""; ""Acknowledgments""; ""Chapter 1. Introducing Google App Engine""; ""The Runtime Environment""; ""The Static File Servers""; ""Frontend Caches""; ""Cloud Datastore""; ""Entities and Properties""; ""Queries and Indexes""; ""Transactions""; ""The Services""; ""Google Accounts, OpenID, and OAuth""; ""Google Cloud Endpoints""; ""Task Queues and Cron Jobs""; ""Namespaces""; ""Developer Tools""
  • ""The Cloud Console""""Getting Started""; ""Chapter 2. Creating an Application""; ""Setting Up the Cloud SDK""; ""Installing Java""; ""Installing Python""; ""Installing the Cloud SDK""; ""Authenticating with the Cloud SDK""; ""Installing the App Engine SDK""; ""Installing the Java SDK with the Google Plugin for Eclipse""; ""Developing the Application""; ""The User Preferences Pattern""; ""A Simple App""; ""Introducing JSPs, JSTL, and EL""; ""Users and Google Accounts""; ""Web Forms and the Datastore""; ""Caching with Memcache""; ""The Development Console""; ""Registering the Application""
  • ""Uploading the Application""""Testing the App""; ""Enabling Billing""; ""Chapter 3. Configuring an Application""; ""The App Engine Architecture""; ""Configuring a Java App""; ""App IDs and Versions""; ""Multithreading""; ""Request Handlers""; ""Static Files and Resource Files""; ""Domain Names""; ""Google Apps""; ""Configuring Secure Connections""; ""Secure Connections with Custom Domains""; ""Authorization with Google Accounts""; ""Environment Variables""; ""Inbound Services""; ""Custom Error Responses""; ""Java Servlet Sessions""; ""Chapter 4. Request Handlers and Instances""
  • ""The Runtime Environment""""The Sandbox""; ""Quotas and Limits""; ""The Java Runtime Environment""; ""The Request Handler Abstraction""; ""Introducing Instances""; ""Request Scheduling and Pending Latency""; ""Warmup Requests""; ""Resident Instances""; ""Instance Classes and Utilization""; ""Instance Hours and Billing""; ""The Instances Console Panel""; ""Traffic Splitting""; ""Chapter 5. Using Modules""; ""An Example Layout""; ""Configuring Modules""; ""The Enterprise Archive Layout""; ""Making Modules with Eclipse""; ""Manual and Basic Scaling""; ""Manual Scaling and Versions""
  • ""Startup Requests""""Shutdown Hooks""; ""Background Threads""; ""Modules and the Development Server""; ""Deploying Modules""; ""Addressing Modules with URLs""; ""Calling Modules from Other Modules""; ""Module URLs and Secure Connections""; ""Module URLs and Custom Domains""; ""Dispatching Requests to Modules""; ""Starting and Stopping Modules""; ""Managing and Deleting Modules and Versions""; ""The Modules API""; ""An Always-On Example""; ""Chapter 6. Datastore Entities""; ""Entities, Keys, and Properties""; ""Introducing the Java Datastore API""; ""Property Values""
  • ""Strings, Text, and Bytes""