Play! Framework and Heroku

Deprecated

I’m currently developing a web application in Java. To do so, I’m using the Play! Framework, which is a

High Velocity Web Framework For Java and Scala

This framework allows you to quickly build web applications with Java (and Scala, but I’m sticking to Java for now).

More …

Reset a Heroku database

I’m currently developing a Play! application, and I use Heroku to deploy and test it.

But sometimes when deploying it, the application crashes when trying to start up. What happens is that the database contains data that are in conflict with the new schema that I’ve deployed (eg. new required foreign keys that don’t have a value…).

More …