-
Enterprise Java
Why REST is so important
This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…
Read More » -
Core Java
Securing HTTP-based APIs With Signatures
I work at EMC on a platform on top of which SaaS solutions can be built. This platform has a…
Read More » -
Enterprise Java
Getting Started with Google GSON
In Java world, JSON is becoming de facto standard for data exchange format over XML because of its ease of…
Read More » -
Core Java
Erlang for Java Developers
You probably haven’t noticed, but it’s a couple of weeks since I last posted a blog. There is reason for…
Read More » -
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 »