Play Framework Essentials
暫譯: Play Framework 基礎精要
Julien Richard-Foy
- 出版商: Packt Publishing
- 出版日期: 2014-09-27
- 售價: $1,470
- 貴賓價: 9.5 折 $1,397
- 語言: 英文
- 頁數: 151
- 裝訂: Paperback
- ISBN: 1783982403
- ISBN-13: 9781783982400
海外代購書籍(需單獨結帳)
相關主題
商品描述
About This Book
- Master the complexity of designing a modern and scalable Web application by leveraging the Play framework stack
- The key concepts of the framework are illustrated with both Scala and Java code examples
- A step-by-step guide with code examples based on a sample application built from the ground up, providing the practical skills required to develop Scala- or Java-based applications.
Who This Book Is For
This book targets Java and Scala developers who already have some experience in web development and who want to master Play framework quickly and efficiently. This book assumes you have a good level of knowledge and understanding of efficient Java and Scala code.
What You Will Learn
- Set up a unified development environment for both the client-side and server-side code
- Understand the challenges of building a scalable web application and master the solutions provided by Play framework
- Integrate the framework with existing client-side or server-side technologies such as persistence systems
- Harness the reactive programming model to process data streams
- Design robust, maintainable, and testable code
- Be proficient in manipulating JSON data blobs
- Deploy your application on a PaaS platform
In Detail
Play is a framework to write web applications using Scala or Java. It provides a productive development environment, allowing you to just hit the "refresh" button in your browser to compile your changes and reload the application. Because of its stateless nature, the framework makes it easy to build applications that scale. Play provides a reactive programming model to harness the event-driven HTTP layer.
This book provides a step-by-step walkthrough of how to build a complete web application following best application development practices using Play framework 2. All aspects specific to web-oriented architectures are covered: the HTTP layer, JSON manipulation, HTML templating, asset compression and concatenation, form submission, content negotiation, security, and HTTP streaming. The book will also provide detailed architectural insights into Play framework to give you a better understanding in order to successfully build scalable applications.
商品描述(中文翻譯)
使用 Play 框架創建易於構建的可擴展網頁應用程式的直觀指南
本書介紹
- 通過利用 Play 框架堆疊,掌握設計現代可擴展網頁應用程式的複雜性
- 框架的關鍵概念以 Scala 和 Java 代碼示例進行說明
- 基於從零開始構建的示例應用程式的逐步指南,提供開發基於 Scala 或 Java 的應用程式所需的實用技能。
本書適合誰
本書針對已經具備一定網頁開發經驗的 Java 和 Scala 開發者,並希望快速有效地掌握 Play 框架。本書假設您對高效的 Java 和 Scala 代碼有良好的知識和理解。
您將學到什麼
- 為客戶端和伺服器端代碼設置統一的開發環境
- 理解構建可擴展網頁應用程式的挑戰,並掌握 Play 框架提供的解決方案
- 將框架與現有的客戶端或伺服器端技術(如持久性系統)集成
- 利用反應式編程模型處理數據流
- 設計健壯、可維護且可測試的代碼
- 熟練操作 JSON 數據塊
- 在 PaaS 平台上部署您的應用程式
詳細內容
Play 是一個使用 Scala 或 Java 編寫網頁應用程式的框架。它提供了一個高效的開發環境,允許您只需在瀏覽器中按下「刷新」按鈕即可編譯更改並重新加載應用程式。由於其無狀態的特性,該框架使構建可擴展的應用程式變得容易。Play 提供了一個反應式編程模型,以利用事件驅動的 HTTP 層。
本書提供了如何使用 Play 框架 2 按照最佳應用程式開發實踐構建完整網頁應用程式的逐步指導。涵蓋了與網頁導向架構相關的所有方面:HTTP 層、JSON 操作、HTML 模板、資產壓縮和串聯、表單提交、內容協商、安全性和 HTTP 流。該書還將提供有關 Play 框架的詳細架構見解,以幫助您更好地理解,從而成功構建可擴展的應用程式。