Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 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

Mastering Play Framework for Scala [Repost]

Posted By: Free butterfly
Mastering Play Framework for Scala [Repost]

Mastering Play Framework for Scala by Shiti Saxena
English | Mar. 31, 2015 | ISBN: 1783983809 | 274 Pages | PDF | 16 MB

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
Who This Book Is For

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.

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.