- Play Framework Essentials
- Julien Richard Foy
- 159字
- 2021-08-05 17:47:43
Preface
The Web allows you to make applications that can be used from anywhere in the world as long as there is an Internet connection. The Play framework has been designed to embrace the characteristics of modern web applications such as handling long-running requests and manipulating data streams.
This book shows you how to write such web applications using Play. I designed it to be progressive so that you can quickly write a running application and then enhance it to benefit from all the components of the Play stack, or from lower-level APIs if you need more control.
Code examples are given in both Scala 2.10 and Java 8 (except for some APIs that have no Java counterpart). You can find executable applications based on the code examples of the book at http://github.com/julienrf/pfe-samples.
Finally, I encourage you to browse the API documentation of the framework to complete the content of this book. You can find it online at http://www.playframework.com/documentation.
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- 零起步玩轉(zhuǎn)掌控板與Mind+
- PHP程序設(shè)計(慕課版)
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- GitLab Repository Management
- ASP.NET 3.5程序設(shè)計與項目實踐
- 深入RabbitMQ
- Instant Lucene.NET
- ElasticSearch Cookbook(Second Edition)
- RocketMQ實戰(zhàn)與原理解析
- Python趣味編程與精彩實例
- SSH框架企業(yè)級應(yīng)用實戰(zhàn)
- Xamarin Cross-Platform Development Cookbook
- Java EE項目應(yīng)用開發(fā)