買這商品的人也買了...
-
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
Linux Device Driver Programming 驅動程式設計$690$587 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
HTML5 Canvas, 2/e (Paperback)$1,615$1,530 -
Android App 程式設計教本之無痛起步, 2/e$480$408 -
抗藍光眼鏡 BOOK-低頭族‧手機族‧平板族‧電腦族 防 3C 害眼必備!$499$424 -
深入淺出 C#, 3/e (Head First C#, 3/e)$980$774 -
養成 iOS 7 App 程式設計實力的 30 堂課:知名 iOS 教學部落格 AppCoda 作家親授關鍵技巧讓你不 NG (Learn iOS 7 Programming from Scratch)$580$452 -
Android BSP 與系統移植開發$580$458 -
Python 錦囊妙計, 3/e (Python Cookbook, 3/e)$880$695 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
C++ API 設計 (API Design for C++)$550$435 -
C++ 沉思錄 (Ruminations on C++ : A Decade of Programming Insight and Experience)$520$442 -
不一樣的 Node.js:用 JavaScript 打造高效能的前後台網頁程式$490$387 -
Make 國際中文版 vol.12 (Make: Volume 36 英文版)$380$342 -
Scala for Java Developers (Paperback)$1,770$1,682 -
Make 國際中文版 vol.13 (Make: Volume 37 英文版)$260$234 -
Make 國際中文版 vol.14 (Make: Volume 38 英文版)$260$234 -
Make 國際中文版 vol.15 (Make: Volume 39 英文版)$260$234 -
Make 國際中文版 vol.16 (Make: Volume 40 英文版)$260$234 -
Python 機器學習 (Python Machine Learning)$580$452 -
Git 團隊使用手冊 (Git for Teams: A User-Centered Approach to Creating Efficient Workflows in Git)$580$458 -
Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425 -
演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e)$580$458
相關主題
商品描述
Summary
Play for Java shows you how to build Java-based web applications using the Play 2 framework. The book starts by introducing Play through a comprehensive overview example. Then, you'll look at each facet of a typical Play application, both by exploring simple code snippets and by adding to a larger running example. Along the way, you'll contrast Play and JEE patterns and learn how a stateless web application can fit seamlessly in an enterprise environment.
About the Book
For a Java developer, the Play web application framework is a breath of fresh air. With Play you get the power of Scala's strong type system and functional programming model, and a rock-solid Java API that makes it a snap to create stateless, event-driven, browser-based applications ready to deploy against your existing infrastructure.
Play for Java teaches you to build Java-based web applications using Play 2. This book starts with an overview example and then explores each facet of a typical application by discussing simple snippets as they are added to a larger example. Along the way, you'll contrast Play and JEE patterns and learn how a stateless web application can fit seamlessly in an enterprise Java environment. You'll also learn how to develop asynchronous and reactive web applications.
The book requires a background in Java. No knowledge of Play or of Scala is assumed.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
What's Inside
- Build Play 2 applications using Java
- Leverage your JEE skills
- Work in an asynchronous way
- Secure and test your Play application
About the AuthorsNicolas Leroux is a core developer of the Play framework. Sietse de Kaper develops and deploys Java-based Play applications.
Table of Contents
- An introduction to Play
- The parts of an application
- A basic CRUD application
- An enterprise app, Play-style
- Controllers—handling HTTP requests
- Handling user input
- Models and persistence
- Producing output with view templates
- Asynchronous data
- Security
- Modules and deployment
- Testing your application
PART 1 INTRODUCTION AND FIRST STEPS
PART 2 CORE FUNCTIONALITY
PART 3 ADVANCED TOPICS
商品描述(中文翻譯)
**摘要**
《Play for Java》教你如何使用 Play 2 框架構建基於 Java 的網頁應用程式。本書首先通過一個全面的概述範例介紹 Play。接著,你將探討典型 Play 應用程式的各個面向,通過探索簡單的程式碼片段以及對一個較大運行範例的擴展。在此過程中,你將對比 Play 和 JEE 模式,並學習無狀態網頁應用程式如何無縫融入企業環境。
**關於本書**
對於 Java 開發者來說,Play 網頁應用程式框架是一股清新的空氣。使用 Play,你可以獲得 Scala 強類型系統和函數式編程模型的強大功能,以及一個穩固的 Java API,使得創建無狀態、事件驅動的瀏覽器應用程式變得輕而易舉,並能夠部署在現有基礎設施上。
《Play for Java》教你使用 Play 2 構建基於 Java 的網頁應用程式。本書從一個概述範例開始,然後通過討論簡單的程式碼片段來探索典型應用程式的各個面向,這些片段會被添加到一個較大的範例中。在此過程中,你將對比 Play 和 JEE 模式,並學習無狀態網頁應用程式如何無縫融入企業 Java 環境。你還將學習如何開發非同步和反應式網頁應用程式。
本書需要具備 Java 背景,並不假設讀者對 Play 或 Scala 有任何了解。
購買印刷版書籍可獲得 Manning Publications 提供的免費電子書,格式包括 PDF、Kindle 和 ePub。
**內容概覽**
- 使用 Java 構建 Play 2 應用程式
- 利用你的 JEE 技能
- 以非同步方式工作
- 保護和測試你的 Play 應用程式
**關於作者**
**Nicolas Leroux** 是 Play 框架的核心開發者。**Sietse de Kaper** 開發和部署基於 Java 的 Play 應用程式。
**目錄**
**第一部分 介紹與第一步**
1. Play 簡介
2. 應用程式的組成部分
3. 基本 CRUD 應用程式
**第二部分 核心功能**
1. 企業應用程式,Play 風格
2. 控制器—處理 HTTP 請求
3. 處理用戶輸入
4. 模型與持久性
5. 使用視圖模板生成輸出
**第三部分 進階主題**
1. 非同步數據
2. 安全性
3. 模組與部署
4. 測試你的應用程式
