Java
-

Splitting Large XML Files in Java
Last week I was asked to write something in Java that is able to split a single 30GB XML file…
Read More » -

State Design Pattern in Java – Example Tutorial
State pattern is one of the behavioral design pattern. State design pattern is used when an Object change it’s behavior…
Read More » -

Strategy Design Pattern in Java – Example Tutorial
Strategy pattern is one of the behavioral design pattern. Strategy pattern is used when we have multiple algorithm for a…
Read More » -

Scalable real time state update with Storm
In this post, I illustrate how to maintain in DB the current state of a real time event-driven process in…
Read More » -

EJB passivation and activation example
In this tutorial we are going to see how activation and passivation works in a Stateful Java Enterprise Session Bean.…
Read More » -

Template Method Design Pattern in Java
Template Method is a behavioral design pattern and it’s used to create a method stub and deferring some of the…
Read More » -

Visitor Design Pattern in Java – Example Tutorial
Visitor Pattern is one of the behavioral design pattern. Visitor pattern is used when we have to perform an operation…
Read More » -

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 » -

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 »



