-
Software Development
Software Defined Everything
The other day Taxis in London where on strike because Uber was setting up shop in London. Do you know a…
Read More » -
Agile
Agile VS Real Life
The Agile Manifesto tells us that: “We have come to value “Individuals and Interaction over Processes and Tools” Reality tells…
Read More » -
Software Development
Goodbye Sense – Welcome Alternatives?
I only recently noticed that Sense, the Chrome Plugin for Elasticsearch has been pulled from the app store by its…
Read More » -
Core Java
Java SE 8 new features tour: Functional programming with Lambda Expression
This article of the “Java SE 8 new features tour” series will deep dive into understanding Lambda expressions. I will…
Read More » -
Core Java
Getting an Infinite List of Primes in Java
A common problem is to determine the prime factorization of a number. The brute force approach is trial division (Wikipedia,…
Read More » -
Core Java
Parsing an Excel File into JavaBeans using jXLS
This post shows how you can use jXLS to parse an Excel file into a list of JavaBeans. Here is…
Read More » -
Enterprise Java
Tracing SQL statements in JBoss AS 7 using a custom logging handler
Using an ORM to abstract from your specific database and to let it create and issue all the SQL statements…
Read More » -
Enterprise Java
Spring Integration Java DSL sample – further simplification with Jms namespace factories
In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…
Read More » -
Software Development
You Want to Become a Software Architect? Here is Your Reading List!
How do you become a Software Architect? Well, I guess the best way would be to do about two dozen…
Read More »