Play Framework
-
Scala
Run code on startup with Play and Scala
Depending on various projects, sometimes there is the need to execute some actions on initialization just before our application starts…
Read More » -
Scala
Play and SBT basics
Previously we had an introduction to sbt, its default tasks and how to add extra tasks. Play comes with the…
Read More » -
Scala
Use JSON with Play and Scala
Once getting your hands into typing scala code using play, the first thing that comes to mind is JSON. Without…
Read More » -
Scala
SQL Data Access in Play using Scala
Today’s modern application frameworks come with apromise of easy sql data access. There is no wonder why we have so…
Read More » -
Scala
Database Initialization with play and Scala
Once starting your play prototype application one of the priorities is to initialize your database and also manage the database schema…
Read More » -
Scala
Your first Web application with Play and Scala
Today we are going to develop a simple play application using Scala. To do so we must have sbt installed…
Read More » -
Enterprise Java
How to add auto-update the Version Number of a Play Framework 2.X Project
I wanted to have Version numbers that get automatically updated when I want to release a new version, so I…
Read More » -
Scala
How We Used Slack, Scala and Play to Automate Our Lunch Order
Automate all the things! Slack slash commands to the rescue Every day at noon, lunch orders are launched. All the…
Read More » -
Enterprise Java
It’s easy to document your Play Framework REST API with Swagger
This post originally ran on http://swagger.io (7/30/2015) I having been using Play Framework as a Java-based, lightning-fast REST backend framework…
Read More »