Play Framework
-
Enterprise Java
How to use Hibernate to generate a DDL script from your Play! Framework project
Ok, so you have been using the hibernate property name=“hibernate.hbm2ddl.auto” value=“update” to continuously update your database schema, but now you…
Read More » -
Enterprise Java
How to implement a Session Timeout in Play Framework 2
If you follow the Play Framework 2 guide for implementing authentication: http://www.playframework.com/documentation/2.2.2/JavaGuide4 — you will notice that there is no…
Read More » -
Enterprise Java
Init.d shell script for Play framework distributed applications
I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are…
Read More » -
Enterprise Java
How to configure an SSL Certificate with Play Framework for https
I spent hours trying to get this to work, and in the end, then problem was that I did not…
Read More » -
Scala
JavaScript routing in Play 2 (Scala edition)
In my previous post, I covered using JavaScript routing in Play 2 Java applications. Here’s the Scala version. It’s pretty…
Read More » -
Core Java
The Pros and Cons of Play and Grails Java Framework
Frameworks simplify the process of application development by providing some helpful features to programmers. Java frameworks are often used by…
Read More » -
Scala
Lightweight real-time charts with Play Framework and Scala using server-side events
Continuing a great journey with awesome Play Framework and Scala language, I would like to share yet another interesting implementation…
Read More » -
Scala
Call response WebSockets in Play Framework
I got a question from a Play user about implementing call/response WebSockets in Play Framework. This is not something that…
Read More » -
Scala
Real-time charts with Play Framework and Scala: extreme productivity on JVM for web
Being a hardcore back-end developer, whenever I am thinking about building web application with some UI on JVM platform, I…
Read More »