Play Framework Form-based web application

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:

  1. Create a Play Scala-based SBT Project from your IDE Project Name: play-scala-login-from-app
  2. Update the build.sbt file:

build.sbt:

name := "play-scala-login-form-app" organization := "com.packt.publishing" version := "1.0.0" lazy val root = (project in ...

Get Scala Reactive Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.