-
Core Java
Two TCKs for Eclipse – What is really in it for Open Source?
Back in May Oracle awarded a Compatibility Testing Scholarship to the Eclipse Foundation. This got some attention in media during…
Read More » -
Enterprise Java
Transparently persist and retrieve encrypted data from database
It’s over two months since my last post here but June and July were extremely busy and intensive months this…
Read More » -
Enterprise Java
Java EE Stateful Session Bean (EJB) example
In this article we are going to see how you can use Stateful Session Beans to keep track of state…
Read More » -
Agile
Agile Mindset for Your Startup
I got to share the stage with the other half last week at Harvard Innovation Lab, when Jeffrey Beir &…
Read More » -
Core Java
Imbibing the Fluency of Mockito
I recently found myself writing some code to integrate two disparate platforms. One of these systems is Java based and…
Read More » -
Agile
Refining a Change Canvas to Represent a Minimum Viable Change
Using a change canvas helps change agents deliver on the first promise of the Lean Change method, that change be…
Read More » -
DevOps
HAPROXY up and running in couple of minutes
I tried HAPROXY for my WEBAPP (Hosted on tomcat) -reason for using HAPROXY is that it also supports WEBSOCKETS and…
Read More » -
Core Java
Multiple Inheritance in Java and Composition vs Inheritance
Sometime back I wrote few posts about inheritance, interface and composition in java. In this post, we will look into…
Read More » -
Enterprise Java
neo4j/cypher: Getting the hang of query parameters
For as long as I’ve been using neo4j‘s cypher query language Michael has been telling me to use parameters in…
Read More »