© Prem Kumar Karunakaran 2020
P. K. KarunakaranIntroducing Play Frameworkhttps://doi.org/10.1007/978-1-4842-5645-9_2

2. Build System

Prem Kumar Karunakaran1 
(1)
Thiruvananthapuram, Kerala, India
 

Play uses sbt as its build system, as you saw in Chapter 1. A basic understanding of sbt is a must when you work with Play-based projects. The objective of this chapter is to provide a quick introduction to sbt.

Scala Build Tool/Simple Build Tool

sbt is the build tool for Scala and Java projects. It is similar to the Maven build tool typically used in Java projects. sbt is heavily inspired by Maven. As a build tool, it provides capabilities to compile, run, test, and package projects. Play comes packaged with sbt, so there is no need to install sbt separately. ...

Get Introducing Play Framework: Java Web Application Development 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.