-
Software Development
People Related Classic Mistakes
In my last blog I mentioned Rapid Development: Taming Wild Software Schedules by Steve McConnell, which although has now been…
Read More » -
Software Development
Transactional event-based NOSQL storage
I am presenting here a simple two steps architectural approach based on stored events as a workaround for the lack…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W51
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Core Java
Using a ThreadPoolExecutor to Parallelize Independent Single-Threaded Tasks
The task execution framework, introduced in Java SE 5.0, is a giant leap forward to simplify the design and the…
Read More » -
Agile
How to start a Coding Dojo
I recently attended the XP Days Ukraine conference in a rainy, but beautiful and Christmas-decorated Kiev. I conducted a coding…
Read More » -
Core Java
LeWeb – 2011 – Round up
Just a couple of hours before I head up to the airport, I will write my last post related to…
Read More » -
Core Java
Oracle JRockit Mission Control 4.1 released
Oracle released a new version of their former JRockit-only tooling Mission Control Suite (JRMC). The 4.1 version is a minor…
Read More » -
Core Java
Overload API methods with care
Overloading methods is a strong concept in API design, especially when your API is a fluent API or DSL (Domain…
Read More » -
Core Java
Reusing Generated JAXB Classes
In this post I will demonstrate how to leverage the –episode XJC extension to reuse classes previously generated from.an XML…
Read More »