Tag
#PlayFramework
6 posts
← All postsYes, it is now this easy to Dockerize a Play! Framework Application
Do you want to build a dockerized Play! Framework application to deploy on a Docker server?
How to integrate Concordion in Play Framework and write acceptance tests in natural language
After starting to read “Specification by Example”, I wanted to have a go a writing acceptance tests for my Play Framework projects. I stumbled onto Concordion (http://www.concordion.org/), because it is similar to Cucumber but written in and...
How deploy Play! Framework Apps with different configurations to Cloudbees
Have you ever wanted to deploy the same Application with multiple configurations to Cloudbees, without changing your environment variables each time while using the command line?
Demo generating iOS Passbook Pass with passkit4j and Play! Framework
I recently stumbled across passkit4j with which it is not that hard to create a Passbook pass – assuming you have an Apple Developer Account, and can figure how to do the whole provisioning and adding...
FoursquareProvider for SecureSocial and PlayFramework
Play 2 Framework and Secure Social Example Setup
If you want to add Authentication to a Play! Framework 2 project, Secure Social is the way to go. I had some problems installing it despite the documentation and examples. Here are my tips based on...