February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, we will develop a Play Framework Web Application, which handles Form-based submissions. Like any other web application framework, Play also supports very rich and easy-to-use tools to develop Form-based applications.
Let's start developing a Form-based login web application. We will use this application in future chapters to support Login components for our WF Reactive System.
Perform the following steps to develop this application:
build.sbt:
name := "play-scala-login-form-app" organization := "com.packt.publishing" version := "1.0.0" lazy val root = (project in ...