Skip to Content
Scala Reactive Programming
book

Scala Reactive Programming

by Rambabu Posa
February 2018
Intermediate to advanced
552 pages
13h 46m
English
Packt Publishing
Content preview from Scala Reactive Programming

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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Scala Programming Projects

Scala Programming Projects

Mikael Valot, Nicolas Jorand
Learning Scala

Learning Scala

Jason Swartz
Functional Programming in Scala

Functional Programming in Scala

Runar Bjarnason, Paul Chiusano

Publisher Resources

ISBN: 9781787288645Supplemental Content