I want to build a simple utility application to track my travel expenses. All I need is a web application where I can feed details of my expenses and store them in a database. I can then generate a report […]
In the previous post I discussed the need for a non-servlet based web development environment and introduced you to the Play framework. In this post, we’ll get started with Play and churn out some code. Get started with Play Typesafe […]
Play is a very interesting web framework on the block. It’s interesting because it moves away from the traditional servlet-based web applications running on the JVM. It’s very interesting because it can be built using Scala and Java. In the […]