Play Framework Tutorials

Hibernate Tutorials

In this detailed Resource page, we feature an abundance of Play Framework Tutorials!

Play Framework is an open-source web application framework, written in Scala and also usable from other programming languages that are compiled to Bytecode, e.g. Java, which follows the model–view–controller (MVC) architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.

Support for the Scala programming language has been available since version 1.1 of the framework. In version 2.0, the framework core was rewritten in Scala. Build and deployment was migrated to SBT, and templates use Scala instead of Apache Groovy.

Play is heavily inspired by ASP.NET MVC, Ruby on Rails and Django and is similar to this family of frameworks. Play web applications can be written in Scala or Java, in an environment that may be less Java Enterprise Edition-centric. Play uses no Java EE constraints. This can make Play simpler to develop compared to other Java-centric platforms.

Note
If you wish to build up your Play Framework knowledge first, check out our The Pros and Cons of Play and Grails Java Framework.

Play Framework Tutorials – Getting Started

Simple examples on how to use Play Framework

[undereg]

Exit mobile version