-
Software Development
The Myth of Start Up Costs
Conventional wisdom in the start-up community these days is that it has never been cheaper to start and build a…
Read More » -
Enterprise Java
Spring MVC Controller JUnit Testing
JUnit testing Spring MVC controllers is not an easy task. But recently, a new project (to be included in Spring…
Read More » -
Desktop Java
JavaOne 2012: Building Mobile Apps with HTML5 and Java
I returned to Parc 55 (Mission conference room) to see Max Katz‘s (Exadel Developer Relations) ‘Building Mobile Apps with HTML5…
Read More » -
Core Java
Giving up on Eclipse Juno
In my last blog I posted about my Eclipse 4.2 Juno setup; as much as a reference for me in…
Read More » -
Enterprise Java
Spring Shell Project Released
Spring Source released Spring Shell yesterday. Spring Shell is an interactive shell that can be easily extended with commands using…
Read More » -
Enterprise Java
Play 2.0 framework and XA transactions
XA transactions are useful and out of the box, Play 2.0 today does not have support for them. Here I…
Read More » -
Android Core
Android ListView example with Image and Text
In this tutorial I am going to show you how to create an Android ListView with images and text. You…
Read More » -
Enterprise Java
Hunting a Random Bug – A True Story
A few weeks ago, I finished a bug hunt for the RapidFTR open source project, which took me three evenings.…
Read More » -
Enterprise Java
Maven Build Number Plugin – Sample Usage
Suppose we need to add a build number to some artifact (jar, war, etc.). Here I’d like to demonstrate the…
Read More »