Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Mastering Play Framework for Scala [Repost]

Posted By: mapusi
Mastering Play Framework for Scala [Repost]

Mastering Play Framework for Scala by Shiti Saxena
English | 30 May 2015 | ISBN: 1783983809 | 274 Pages | EPUB/MOBI/PDF (True) | 7.08 MB

This book is intended for those developers who are keen to master the internal workings of Play Framework to effectively build and deploy web-related apps.

Leverage the awesome features of Play Framework to build scalable, resilient, and responsive applications

About This Book

Demystify the quandaries of web development using Play Framework
Test and debug your apps by using Play's built in testing framework
Master the core features of Scala through a comprehensive coverage of code and examples for different scenarios

What You Will Learn

Customize your framework to accommodate the specific requirements of an application
Develop responsive, reliable, and highly scalable applications using Play Framework
Build and customize Play Framework plugins that can be used in multiple Play applications
Familiarize yourself with third-party APIs to avoid rewriting existing code
Gain an insight into the various aspects of testing and debugging in Play to successfully test your apps
Get to know all about the concepts of WebSockets and Actors to process messages based on events

In Detail

Play Framework is an open source web application framework that is written in Java and Scala. It follows the Model-View-Controller architectural pattern and enables the user to employ Scala for application development, while keeping key properties and features of Play Framework intact.

Starting off by building a basic application with minimal features, you get a detailed insight into handling data transactions and designing models in Play. Next, you venture into the concepts of Actors and WebSockets, the process of manipulating data streams, and testing and debugging an application in Play. Finally, you gain an insight into extending the framework by writing custom modules or plugins in Play. Each chapter has a troubleshooting section that helps you out by discussing the causes of, and solutions to, some commonly faced issues.