Core Java
-

Java Coding Conventions considered harmful
There is an official Code Conventions for the Java Programming Language guide published on Oracle site. You would expect this…
Read More » -

Github Gists in Eclipse
I’d like to describe simple steps regarding integrating GitHub Gists in Eclipse. There are several sources which provoke me to…
Read More » -

Java 7: File Filtering using NIO.2 – Part 1
NIO.2 is a new API for I/O operations included in the JDK since Java 7. With this new API, you…
Read More » -

Java: The Checker Framework
One of the interesting tools I learned about at JavaOne 2012 is The Checker Framework. One of the Checker Framework’s…
Read More » -

Design Best practices using Factory Method Pattern
In the previous Design Pattern example we have explained about a flavor of Factory pattern which is commonly used nowadays.…
Read More » -

Abstract Factory Design Pattern Explained
Abstract Factory Design Pattern is another flavor of Factory Design Pattern. This pattern can be considered as a āsuper factoryā…
Read More » -

JavaOne 2012 Coverage
JavaOne, the annual Java extravaganza conference, took place from 30 September to 4 October in San Francisco. Numerous interesting presentations…
Read More » -

Investigating Deadlocks – Part 1
Iām sure weāve all been there: itās late, youāre hungry, your server has hung or your applicationās running at snailās…
Read More » -

Locking with a semaphore : An example
Concurrency is one aspect that brings along interesting challenges along with it. If not correctly handled, it brings about race…
Read More »

