Java
-

Java memory model is back
The Java memory model has been forgotten for more than nine years, but most open source Java supporters want to…
Read More » -

Continuous Delivery for Heroku With Jenkins
A continuous delivery pipeline that leverages Jenkins and targets Heroku is fairly simple to set up, provided you install the…
Read More » -

Which is better option: Cloning or Copy constructors?
Here is how I started writing this article. I have read this statement so many times: “Cloning becomes difficult when…
Read More » -

Simple Message Queue using Redis
In this posts we will use Redis as a simple message queue, using list commands. Let’s say we have an…
Read More » -

What’s new in Spring
Let’s check on some new releases announced by the Spring community over the previous days: Spring Boot 1.0.0.RC1 Spring was…
Read More » -

Proof-of-Concept Using Spring Roo
In my time with Keyhole, I’ve been involved in a number of projects where the client was asking us to…
Read More » -

TestNG: Run tests sequentially with @DataProvider inside one test class
Many java developers and automation test engineers use TestNG as a testing framework in their job. I’m not an exception.…
Read More » -

Drools : PHREAK Stack Based Evaluations and Backward Chaining
A while back I wrote a blog on our new algorithm: http://blog.athico.com/2013/11/rip-rete-time-to-get-phreaky.html Someone asked me about the new stack based…
Read More » -

Playing with JerseyTest (Jersey 2.5.1 and DI)
I’m going to try explaining a trivial REST example. The idea is building a basic schema to start playing with…
Read More »






