-
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 » -
Enterprise Java
Spring GWT Integration using the RequestFactory API
Beginning from GWT 2.4 the integration of the RequestFactory API with Spring services on the backend is easy all you…
Read More » -
Enterprise Java
The persistence layer with Spring 3.1 and Hibernate
1. Overview This article will show how to implement the DAO with Spring and Hibernate. For the core Hibernate configuration,…
Read More » -
Android Core
Android Drag and Drop Tutorial
This post is going to cover implementing Drag and Drop in an Android application. (I am currently using version 4.0…
Read More » -
Enterprise Java
Configure LogBack Logging with Spring
LogBack is an API for logging created by the same author of Log4j (a newer implementation, it is like a…
Read More »