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 clientside and serverside code
Understand the challenges of building a scalable web application and master the solutions provided by Play framework
Integrate the framework with existing clientside or serverside 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
Who this book is for
Table of Contents
Building a Web service
Persisting Data and Testing
Turning a Web service into a Web application
Integrating with Client-Side Technologies
Leveraging the Play! stack: security,internationalization, cache, HTTP client
Reactively handling long run requests
Scaling your code base and deploying the application