目錄(63章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Building a Web Service
- Play – a framework used to write web applications
- Bootstrapping a Play application
- URL routing
- Building HTTP responses
- Reading JSON requests
- Summary
- Chapter 2. Persisting Data and Testing
- Testing your web service
- Persisting data
- Using an in-memory database for tests
- Summary
- Chapter 3. Turning a Web Service into a Web Application
- Delta between a web service and a web application
- Using the template engine to build web pages
- Generating HTML forms
- Reading and validating HTML form data
- Handling content negotiation
- Putting things together
- Writing web user interface tests
- Summary
- Chapter 4. Integrating with Client-side Technologies
- Philosophy of Play regarding client-side technologies
- Serving static assets
- Using the JavaScript reverse router
- Managing assets from the build system
- Summary
- Chapter 5. Reactively Handling Long-running Requests
- Play application's execution model
- Scaling up your server
- Embracing non-blocking APIs
- Managing execution contexts
- Writing incremental computations using iteratees
- Streaming results using enumerators
- Manipulating data streams by combining iteratees enumerators and enumeratees
- Controlling the data flow
- Summary
- Chapter 6. Leveraging the Play Stack – Security Internationalization Cache and the HTTP Client
- Handling security concerns
- Saving computation time using cache
- Serving content in several languages
- Calling remote web services
- Summary
- Chapter 7. Scaling Your Codebase and Deploying Your Application
- Making an action's logic reusable and composable with action builders
- Modularizing your code
- Application deployment
- Summary
- Index 更新時間:2021-08-05 17:47:53
推薦閱讀
- Java語言程序設計
- WSO2 Developer’s Guide
- C程序設計案例教程
- C語言實驗指導及習題解析
- Visual C#通用范例開發金典
- Java EE 8 Application Development
- Julia 1.0 Programming Complete Reference Guide
- Vue.js應用測試
- Python從入門到精通(第3版)
- 微課學人工智能Python編程
- Managing Microsoft Hybrid Clouds
- Java7程序設計入門經典
- Clojure Polymorphism
- 微前端設計與實現
- Laravel Design Patterns and Best Practices
- 例解Python:Python編程快速入門踐行指南
- Java 7 Concurrency Cookbook
- Java Script從入門到精通(第5版)
- 數據庫技術及應用教程上機指導與習題(第2版)
- 15天學會JavaScript(視頻教學版)
- Python快速編程入門
- Unreal Engine 4 Scripting with C++ Cookbook
- 架構寶典
- Microsoft HoloLens Developer's Guide
- Troubleshooting NetScaler
- Responsive Media in HTML5
- Hadoop技術內幕:深入解析YARN架構設計與實現原理
- MATLAB應用實例精講:數學數值計算與統計分析篇
- Python 3.7從零開始學
- 移動端機器學習實戰