Last updated: Sep 5, 2022

Working with Databases

Hello Ninjas, In this blog series we’ll learn how to work with databases. Following are the concepts we’ll go through How to Access an SQL Database, Managing database evolutions, Deploying your application, Production configuration, Setting up a front-end HTTP server, Configure HTTPS, and Deploying a play application to a cloud service. So Ninjas let’s start without wasting further time.
Accessing an SQL Database MEDIUM
This article discusses the ways to access SQL database in Play. JDBC and JDNI are discussed. Configuration of the database is discussed.
Managing Database Evolutions MEDIUM
Evolutions in a database can be handled easily if you know the right methods. The following article gives an insight into handling database evolutions.
Deploying Your Application EASY
The following article explains the procedure on how to deploy your application in play.
Production Configuration MEDIUM
This blog explains several configuration types that may be configured in production.
Configuring HTTPS EASY
In this article, we will learn how to configure HTTPS in your applications.
Deploying a Play Application to a Cloud Service MEDIUM
In this article, we will learn how to deploy a Play Application to a Cloud Service and also cover the key points such as Deploying to Heroku, Deploying to Cloud Foundry, Deploying to Clever Cloud, and Deploying to Cloud Captain and AWS.
Coordinated Shutdown EASY
In this article, we will discuss the Coordinated Shutdown, which is responsible for the complete shutdown of Play.
Integrating with Akka Typed & Cluster Sharding MEDIUM
This article will discuss Integrating with Akka Typed and Cluster Sharding with the help of some examples.