Category Archives: Ani’s Blog

Configuring Jenkins plugin for SBT

As a logical next step of moving Specs2 Spring from Maven to SBT, I have now got Specs2 Spring building comfortably in our local Jenkins using the SBT goodness. The process was pretty straight forward! First, I installed the sbt-plugin … Continue reading

Posted in Ani's Blog | Tagged , , , , , | 1 Comment

Dependency injection vs. Cake pattern

Typically, the argument comes down to is Spring Framework better than Play Framework?, is Lift better than Spring Framework?, is Grails better than everything else?. In this post, we will explore the world of contemporary JEE applications, paying extra attention … Continue reading

Posted in Ani's Blog, Jan's Blog | Tagged , , , , , | 9 Comments

Haskell & Happstack on CloudFoundry

For the past few weeks I have been running some experiments on Cloud Foundry. I was hoping to combine my understanding of the internal workings of VMWare’s Cloud Application Platform (vcap) with my Haskell code. So, to make sure that … Continue reading

Posted in Ani's Blog | Tagged , , , , , | 14 Comments

Continuous Integration and Performance Management

This is my first post in many ways; 1. It is certainly the first one of the year 2009 (shame!). By the way “Happy New Year”! 2. I don’t remember when was my last blog post (shame again!!). I have … Continue reading

Posted in Ani's Blog | Tagged , | 1 Comment

PostgreSQL database backup and restore

In the last couple of weeks I have been using PostgreSQL quite a lot. I have used PostgreSQL before but this time it was different as the development as well as the deployment environment were Linux based, as a result … Continue reading

Posted in Ani's Blog | Leave a comment