-
Agile
#NoProjects – why projects don’t make sense
In the last few months Steve Smith, myself and others have been Tweeting a lot with the hash tag #NoProjects.…
Read More » -
Software Development
The 10 Most Popular DB Engines (SQL and NoSQL)
How to objectively measure the popularity of a DB engine? Good question! And there’s an Austrian company (Solid IT) who…
Read More » -
Core Java
Unique hashCodes is not enough to avoid collisions
There is a common misconception that if you have unique hashCode() you won’t have collisions. While unique, or almost unique,…
Read More » -
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Configuration
In the good old days users logged in by using the combination of username and password. Although nowadays some people…
Read More » -
Enterprise Java
Step by step auto code generation for POJO domain java classes and hbm using Eclipse Hibernate plugin
Overview: In this tutorial we’ll use Eclipse Hibernate tool to auto generate domain objects and the corresponding hbm xml files.…
Read More » -
Software Development
The Premature Return to SQL
In online communities, the NoSQL topic (much like the ORM topic) is a guarantee to stir emotions. Many emotions are…
Read More » -
Core Java
Write an auto-debugger to catch Exceptions during test execution
Previously I have stated that there are some exceptions you would always want to keep an debugger breakpoint on for.…
Read More » -
Android Core
Android ListView: Endless adapter
This post explains how to create an endless adapter for a ListView. An endless adapter is an adapter that loads…
Read More » -
Core Java
Java Object to Object Mapper
I’ve been using Dozer some time on the project. But, recently I have got very interesting error which motivates me…
Read More »