-
Enterprise Java
Introduction to Apache Camel
Apache Camel is a open source implementation of famous Enterprise Integration Patterns. Camel is a Routing and Mediation Engine and…
Read More » -
Core 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 » -
Core Java
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 » -
Core Java
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 » -
Software Development
10 Reasons not to Choose a Particular Open Source software
We’re all Software Engineers of one type or another. Most of us have one thing in common, though: We’re lazy.…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
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 » -
Core Java
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 »