Java
-
Learning about bitmaps
A few weeks ago Alistair and I were working on the code used to model the labels that a node…
Read More » -
Why stick to JavaScript
Since JavaScript seems to conquer the world, all technologies associated to it, like Node.js have started to rise up too.…
Read More » -
Differentiating Ant Target-Based Gradle Tasks
In my blog post Evolving Gradle Build from Ant Build: Importing Ant Build File, I demonstrated using Gradle‘s built-in AntBuilder-based…
Read More » -
Oracle ships Java 8
Oracle has decided to ship upgrade to JDK (Java Development Kit) 8 on March 18, even though the new release…
Read More » -
Spring Integration Publisher
Consider a hypothetical requirement – You have a service class in your application and you want to capture some information…
Read More » -
Evolving Gradle Build from Ant Build: Importing Ant Build File
Changing the build system on a large project can be difficult and a lot of work. Fortunately for those migrating…
Read More » -
Turning Twitter4J into RxJava’s Observable
aTwitter4J is a Java wrapper around Twitter API. While Twitter supports simple request-response interactions in this article we will explore…
Read More » -
Post-hoc tracing using a debugger
Once nice little features of most debuggers that I have been exercising recently is the ability to log information on…
Read More » -
A Camel Demo for Amazon’s Simple Worklfow Service
In a previous post I explained why AWS SWF service is good and announced the new Camel SWF component. Now…
Read More »