-
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 » -
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 » -
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 » -
Desktop Java
Programming a simple slot machine game using Java
No matter how simple or complex the game is, Java can do the job! On this post, let’s take a look…
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
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 » -
Enterprise Java
How to use Reflection to Document your Data Model based on JPA Annotations
So using JPA, Hibernate or EBeans is cool when you can just annotate your Java classes, but haven’t you always…
Read More »