-
Enterprise Java
Spring MVC Integration Tests
An approach to Integration Testing the controllers in Spring MVC is to use the Integration Test support provided by Spring.…
Read More » -
Enterprise Java
Running Cassandra in a Multi-node Cluster
This post gathers the steps I followed in setting up an Apache Cassandra cluster in multi-node. I have referred Cassandra…
Read More » -
Software Development
Why Do We Need Managers Anyway?
I’ve been scratching my head lately regarding management, and what is it good for. So I’m probably going to spend…
Read More » -
Enterprise Java
Spring & JSF integration: Exception Handling
Most JSF developers will be familiar the “An Error Occurred” page that gets displayed when an unexpected exception is thrown…
Read More » -
Android Core
Top 5 Picks of Google IO 2012
Google IO 2012 developer conference has just concluded last week amid lot of fanfare. I for one think that Google…
Read More » -
DevOps
DevOps is Culture – so is a lot of other stuff
I hung out in an excellent discussion at DevopsDays driven by Spike Morelli around culture. The premise was that DevOps…
Read More » -
Enterprise Java
EasyMock tutorial – Getting Started
In this post, I’m going to show you what EasyMock is and how you can use it for testing your…
Read More » -
Groovy
Grails Custom AuthenticationProvider
In order to tighten up security in our new Grails app I went about implementing the Spring Security Plugin. Getting…
Read More » -
Core Java
Concurrency – Sequential and Raw Thread
I worked on a project a while back, where the report flow was along these lines: User would request for…
Read More »