Last updated: Sep 5, 2022

The Build System

Hello Ninjas, In this blog series we’ll learn the Play Build system. Following are the concepts we’ll go through Overview of the build system, Manage library dependencies, Working with sub-projects, Aggregating reverse routers, Improving Compilation Times, Cookbook, and Debugging your build. So Ninjas let’s start with building a system without wasting time.
Overview of the Build System & About sbt Settings
This article describes the Overview of the build system & About sbt settings, including the Build System, sbt, and Directory structure and their types, along with sbt settings.
Manage Library Dependencies EASY
In this article, we will discuss the "Manage Library Dependencies," including the different types of dependencies, Scala version, Ivy Revision, and Resolvers.
Working with Sub-Projects EASY
This article will discuss the topic of Working with sub-projects in the Play framework, including the topics of how to add a library, share common codes and variables, and steps to split the web app.
Aggregating Reverse Routers EASY
In this blog, we will discuss Aggregating Reverse Routers in Play framework to generate the reverse router for projects.
Improving Compilation Times EASY
In this blog, we will discuss various methods of improving compilation times in the play framework to increase the speed of compilation.
Cookbook EASY
In this blog, we will look at the Sbt Cookbook to build the Play application system with its methods, compiler, additional assets, etc.
Debugging Your Build EASY
In this blog, we will learn how to debug the build in the play framework.