-
Core Java
Java 8 Friday Goodies: The New New I/O APIs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Software Development
Praying in the Church of Silicon Valley
I got invited to participate in a pre-demo-day review of an Accelerator class. It seems that these days in the…
Read More » -
Software Development
MongoDB and the fine art of data modelling
Introduction This is the third part of our MongoDB time series tutorial, and this post will emphasize the importance of…
Read More » -
Enterprise Java
Running multiple ActiveMQ instances on one machine
A few weeks ago I started making use of Apache ActiveMQ again as the JMS provider with my Mule ESB…
Read More » -
Core Java
Implementing dynamic proxies – a comparison
Sometimes there is the need to intercept certain method calls in order to execute your own logic everytime the intercepted…
Read More » -
Agile
From Idea to Code: The Lifecycle of Agile Specifications
We have just started a new project to a customer who sells widgets. This customer is the leading widget provider…
Read More » -
Core Java
Using regex to hanging indent a paragraph in Java
This post shows how to hanging indent a long paragraph using regular expression. The method will consider word boundaries, which…
Read More » -
Enterprise Java
Understanding Spring Web Initialization
Few years ago majority of us were used to write XML config files everywhere, to setup even simple Java EE…
Read More »