Play Framework Essentials

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Book Description Play is a framework to write web applications using Scala or Java. It provides a productive development environment, allowing you to just hit the "refresh" button in your browser to compile your changes and reload the application. Because of its stateless nature, the framework makes it easy to build applications that scale. Play provides a reactive programming model to harness the event-driven HTTP layer. This book provides a step-by-step walkthrough of how to build a complete web application following best application development practices using Play framework 2. All aspects specific to web-oriented architectures are covered: the HTTP layer, JSON manipulation, HTML templating, asset compression and concatenation, form submission, content negotiation, security, and HTTP streaming. The book will also provide detailed architectural insights into Play framework to give you a better understanding in order to successfully build scalable applications.

Author(s): Julien Richard-Foy
Publisher: Packt Publishing
Year: 2014

Language: English
Pages: 291
Tags: Play Framework Java

Table of Contents
1: Building a Web Service
2: Persisting Data and Testing
3: Turning a Web Service into a Web Application
4: Integrating with Client-side Technologies
5: Reactively Handling Long-running Requests
6: Leveraging the Play Stack – Security, Internationalization, Cache, and the HTTP Client
7: Scaling Your Codebase and Deploying Your Application