Last updated: Sep 5, 2022

Play for Scala Developers

Hi Ninjas, In this blog series we’ll introduce you to the most common aspects of writing a Play application in Scala. You’ll learn about handling HTTP requests, sending HTTP responses, working with different types of data, using databases, and much more. Here we’ll also learn some advanced techniques for writing Play applications in Scala.
Scala Developers - The Configuration API MEDIUM
In this article, we will briefly discuss The Scala Configuration API followed by some frequently asked questions.
Scala developers-HTTP programming
In this article, we will have a brief overview of Scala developers and how is it used in HTTP programming. We shall also look at Actions, Controllers and Results, HTTP Routing, Manipulating HTTP results, Session and Flash scopes, Body parsers, Actions composition and Handling errors.
Scala Developers-Asynchronous HTTP programming MEDIUM
In this article, we will discuss Asynchronous HTTP programming including Asynchronous Results, Streaming HTTP Responses, Comet, and WebSockets.
Scala Developers - The Twirl Template Engine MEDIUM
We will discuss all about the twirl template engine. We will also discuss the various dependencies, and use cases in the twirl template engine.
Scala Developers-Form Submission and Validation MEDIUM
We will understand Handling form submission with form basics and validation.
Scala developers-Working with JSON MEDIUM
This article will be an overview of how Scala developers work with JSON in Play.
Scala developers-Working with XML MEDIUM
In this article, we are going to work with XML as a scala developer.
Scala developers-Handling File upload MEDIUM
In this article, we will discuss Scala File Handling techniques to upload files. We will jump on to the knowledge of methods to upload files in Scala.
Scala Developers- Accessing a SQL Database MEDIUM
In this article, we will discuss all about creating a SQL Database connection using Scala. We will also discuss the various ways of accessing a SQL database using Scala.
Scala developers - Integration with Akka MEDIUM
This article will discuss Integration with Akka for Scala Developers.
Scala Developers - Application Settings MEDIUM
In this article, we will discuss application settings for Scala developers. We will also discuss HTTP request handlers, Essential actions, and HTTP filters.
Scala developers-Testing your Application MEDIUM
In this blog, we will get to know about the Scala developers-Testing your Application in detail with topics like Matchers and Mockito.
Scala developers-Advanced routing for Scala MEDIUM
In this article, we are going to understand the advanced routing for scala.
Scala developers-Extending Play
In this blog, we will discuss some basics about Scala, writing play modules, module registration, testing play modules, overriding built-in modules, and writing plugins.
Scala developers-Embedding Play MEDIUM
This blog explains the details of Embedding Play in Scala developers along with the details of Embedding an Akka Http server and Embedding a Netty server in your application.