-
Agile
How Do You Serve Your Organization?
A recent coaching client was concerned about the progress his team was making—or really, the lack of progress his team was…
Read More » -
Agile
The New Agile–More, Please!
The current buzz at the agile world is scale. Now that we know that agile looks golden, we want to…
Read More » -
Core Java
Three Common Methods Generated in Three Java IDEs
In this post, I look at the differences in three “common” methods [equals(Object), hashCode(), and toString()] as generated by NetBeans…
Read More » -
Enterprise Java
A beginner’s guide to transaction isolation levels in enterprise Java
Introduction A relational database strong consistency model is based on ACID transaction properties. In this post we are going to…
Read More » -
Core Java
Asynchronous timeouts with CompletableFuture
One day I was rewriting poorly implemented multi-threaded code that was blocking at some point on Future.get(): …
Read More » -
Enterprise Java
My Wiki: Remote JMX access to WildFly (or JBoss AS7) using JConsole
One of the goals of JBoss AS7 was to make it much more secure by default, when compared to previous…
Read More » -
Android Core
Parse.com anonymous and registered users (Android)
Introduction When writing a mobile application you mostly always need a way to store the information outside of the application…
Read More » -
Enterprise Java
Spring retry – ways to integrate with your project
If you have a need to implement robust retry logic in your code, a proven way would be to use…
Read More » -
Software Development
Adding OpenSSL User-Defined Types to PostgreSQL
PostgreSQL supports user-defined types (UDT). These types can be used to provide type-safety on user-defined functions when we would otherwise…
Read More »