Leverage the awesome features of Play Framework to build scalable, resilient, and responsive applicationsAbout This BookDemystify the quandaries of web development using Play FrameworkTest and debug your apps by using Play’s built in testing frameworkMaster the core features of Scala through a comprehensive coverage of code and examples for different scenariosWho This Book Is ForThis 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 LearnCustomize your framework to accommodate the specific requirements of an applicationDevelop responsive, reliable, and highly scalable applications using Play FrameworkBuild and customize Play Framework plugins that can be used in multiple Play applicationsFamiliarize yourself with third-party APIs to avoid rewriting existing codeGain an insight into the various aspects of testing and debugging in Play to successfully test your appsGet to know all about the concepts of WebSockets and Actors to process messages based on eventsIn DetailPlay 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.