In this section, we will introduce you to some of the important and basic theoretical concepts of Play Framework.
It is an open source framework licensed under the Apache License 2.0.
In this section, we will introduce you to some of the important and basic theoretical concepts of Play Framework.
It is an open source framework licensed under the Apache License 2.0.
Play Framework is a full stack modern open source and Reactive Web Framework for Java and Scala languages from Lightbend (formerly known as Typesafe).
It is based on modular, asynchronous, and non-blocking architecture. Play 1.x was written in Java. Play 2.x was rewritten from scratch in Scala language. It has native support for Scala language.
It supports the MVC (Model-View-Controller) architecture. It supports Dependency Injection (DI) using the Guice framework and uses Twirl to support...