-
Software Development
Is Java Riskier than C/C++?
Lately, I’ve heard a number of folks discussing whether Java development is riskier than development in C/C++ (from here on…
Read More » -
Enterprise Java
Maven Reports in Jenkins
Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…
Read More » -
Core Java
Pitfalls of Java Comparable interface
Java Comparable interface provides a way to do natural ordering for classes implementing the interface. Natural ordering makes sense for scalars and…
Read More » -
Enterprise Java
How to use Events in Spring 3.x
There are many concepts and techniques for creating loosely coupled applications, Event is one of them. Events can eliminate many…
Read More » -
Software Development
CouchDB – Relax
Introduction Apache CouchDB, commonly referred to as CouchDB, is an open source database that focuses on ease of use and…
Read More » -
Enterprise Java
Amazon DynamoDB
Introduction Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. Amazon…
Read More » -
Agile
The Lean Change Method: 1000 Mile View
Why Lean Change? There are number of key risks to any change initiative faces, the lean change method is an…
Read More » -
Enterprise Java
Ant Properties Nuances
Every once in a while, I’m reminded of a few subtle nuances of Ant properties that can, when forgotten, lead…
Read More » -
Enterprise Java
Basic Injection / Qualifiers, Scope
This is a continuation of the DI/CDI Basics tackled last week – in this post, I’ll be discussing Basic Injection,…
Read More »