- Play Framework Essentials
- Julien Richard Foy
- 206字
- 2021-08-05 17:47:43
What this book covers
Chapter 1, Building a Web Service, explains how to turn an application into a web service by exposing its resources and features as HTTP endpoints.
Chapter 2, Persisting Data and Testing, shows how you can integrate a persistence system to your Play application and how to write specifications of your HTTP layer.
Chapter 3, Turning a Web Service into a Web Application, goes one step further by showing you how the Play framework can help you to define HTML pages for your application and handle HTML forms.
Chapter 4, Integrating with Client-side Technologies, gives you insights on ways to manage the production of web assets from the build system of your Play application.
Chapter 5, Reactively Handling Long-running Requests, dives deeper in the framework internals and explains how to leverage its reactive programming model to manipulate data streams.
Chapter 6, Leveraging the Play Stack – Security, Internationalization, Cache, and the HTTP Client, presents additional components that are part of the Play stack.
Chapter 7, Scaling Your Codebase and Deploying Your Application, looks back at the code of your application and provides patterns to keep it modular and easy to maintain. It also explains how to deploy your application in a production environment.
- Java 開發從入門到精通(第2版)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 面向STEM的Scratch創新課程
- Python應用輕松入門
- Nginx Essentials
- iOS應用逆向工程(第2版)
- Learning Raspbian
- Getting Started with React Native
- Spring 5 Design Patterns
- Python青少年趣味編程
- MyBatis 3源碼深度解析
- PhoneGap 4 Mobile Application Development Cookbook
- Docker on Windows
- Drools 8規則引擎:核心技術與實踐