Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Sep 5, 2022

Basics to Play

Hello Ninjas, In this blog series we’ll get a basic idea of Play Framework. Play is an open-source web application framework that follows the model view controller (MVC) architectural pattern. It is written in Scala and usable from other programming languages that are compiled to JVM bytecode, e.g. Java. Let’s get started.
What is Play? EASY
In this article, we will discuss the introduction to the Play, what is play, what is play requirement, and example to deeply understand the play.
Anatomy of a play application MEDIUM
In this article, we will discuss the introduction to the Play application, its layout, directories, typical gitignore file, and default sbt layout.
Using the Play Console MEDIUM
In this article, we will discuss the introduction to sbt console, single commands, interactive mode, development mode, compilation, testing options, launch the scala console, debugging, sbt features, play commands.
Setting-up Your Preferred IDE EASY
This article will give insight into Setting-up your preferred IDE(Integrated Development Environment). We will learn about Eclipse, IntelliJ IDEA, Netbeans, and ENSIME.
Play Application Overview MEDIUM
This article will give insight into the Play Application Overview. Play Application provides us with a very simple framework for modern-day web and mobile application development.