-
Enterprise Java
Tips for testing with Java
Introduction I love automated testing. In a rare diversion into op-ed1 I thought a put few thoughts (read – opinions)…
Read More » -
Enterprise Java
JSF Component Libraries – Quality is more than zero bugs
It has been a while since I last looked at the quality of the three major JSF component libraries. In…
Read More » -
Software Development
Keep The Code Clean: WatchDog & SpotTheBug Approach
Before going to discuss ‘ WatchDog & SpotTheBug Approach‘, let me give a brief context on what is the needs…
Read More » -
Enterprise Java
How to manage Quartz remotely
Option 1: JMX Many people asked can they manage Quartz via JMX, and I am not sure why Quartz doc…
Read More » -
Enterprise Java
Spring Profiles and Java Configuration
My last blog introduced Spring 3.1’s profiles and explained both the business case for using them and demonstrated their use…
Read More » -
Enterprise Java
Guaranteed messaging for topics, the JMS spec, and ActiveMQ
Recently a customer asked me to look closer at ActiveMQ’s implementation of “persistent” messages, how it applies to topics, and…
Read More » -
Career
Programming Language Job Trends – 2012-08
It is a little late, but it is time for the summer edition of the job trends for traditional programming…
Read More » -
Software Development
Product Manager – Strategic or Not?
Are product managers really involved in strategic discussions, or are we just order takers? Adrienne Tan has poked the beehive…
Read More » -
Android Core
Android broadcast receiver: Enable and disable during runtime
Broadcast receiver is the one of the basic and important components of the Android application. There are two different ways…
Read More »