Programming Google App Engine with Java: Build & Run Scalable Java Applications on Google's Infrastructure (Paperback)

Dan Sanderson

  • 出版商: O'Reilly
  • 出版日期: 2015-08-11
  • 定價: $1,485
  • 售價: 9.5$1,411
  • 貴賓價: 9.0$1,337
  • 語言: 英文
  • 頁數: 432
  • 裝訂: Paperback
  • ISBN: 1491900202
  • ISBN-13: 9781491900208
  • 相關分類: Java 程式語言JVM 語言
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

商品描述

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, minimizing up-front costs and accommodating unexpected visitors. You’ll learn hands-on how to perform common development tasks with App Engine services and development tools, including deployment and maintenance.

For Java applications, App Engine provides a J2EE standard servlet container with a complete Java 7 JVM and standard library. Because App Engine supports common Java API standards, your code stays clean and portable.

  • Get a hands-on introduction to App Engine's tools and features, using an example application
  • Simulate App Engine on your development machine directly from Eclipse
  • Structure your app into individually addressable modules, each with its own scaling configuration
  • Exploit the power of the scalable Cloud Datastore, using queries, transactions, and data modeling with JPA
  • Use Cloud SQL for standard relational databases with App Engine applications
  • Learn how to deploy, manage, and inspect your application on Google infrastructure

商品描述(中文翻譯)

這本實用指南向中高階的網頁和行動應用程式開發人員展示如何在Google App Engine上建立高度可擴展的Java應用程式。作為Google Cloud Platform的旗艦,App Engine會將您的應用程式託管在能夠根據流量自動擴展的基礎設施上,從而降低前期成本並應對意外的訪客。您將親自學習如何使用App Engine服務和開發工具執行常見的開發任務,包括部署和維護。

對於Java應用程式,App Engine提供了一個符合J2EE標準的Servlet容器,配備完整的Java 7 JVM和標準庫。由於App Engine支援常見的Java API標準,您的程式碼保持乾淨且可移植。

本書內容包括:
- 通過示例應用程式,親身體驗App Engine的工具和功能
- 直接從Eclipse在開發機上模擬App Engine
- 將您的應用程式結構化為個別可實現的模組,每個模組都有自己的擴展配置
- 利用可擴展的Cloud Datastore的威力,使用查詢、事務和JPA數據建模
- 在App Engine應用程式中使用Cloud SQL作為標準關聯式資料庫
- 學習如何在Google基礎設施上部署、管理和檢查您的應用程式