-
Core Java
Solve design problems using Factory Pattern
Factory design pattern is one of the most commonly used patterns in object oriented environment. It is again from the…
Read More » -
Enterprise Java
Google API: How to access Analytics data?
Before we dig into Google Analytics API it is always useful to understand few of the Google Analytics jargon and…
Read More » -
Desktop Java
RichText editor component for SWT based applications
This article will go through the task of implementing our own RichText editor component with SWT. I faced the need…
Read More » -
Enterprise Java
When to use Apache Camel?
Apache Camel is one of my favorite open source frameworks in the JVM / Java environment. It enables easy integration…
Read More » -
DevOps
It’s About Confidentiality and Integrity (not so much Availability)
Everyone knows the C-I-A triad for information security: security is about protecting the Confidentiality, Integrity and Availability of systems and…
Read More » -
Core Java
Plan B? That is Plan N … Nothing. Jigsaw follows in 2015
What a day. When the typical European is winding down people in the States are starting with coffee. This is…
Read More » -
Core Java
Java Lock Implementations
We all use 3rd party libraries as a normal part of development. Generally, we have no control over their internals.…
Read More » -
Software Development
Database Usage Practices
After a long period of intense thinking, research and brainstorming sessions, I have finally made up my mind with few…
Read More » -
Enterprise Java
Logback: Logging revisited
Hi, I am back again with my rant about logging as an inherent part of any application design and development.…
Read More »