Java
-
Garbage Collection in Java (1)
This is the first in a series of posts about Garbage Collection (GC). I hope to be able to cover…
Read More » -
Common Red Flags in Java Development
In several years of developing, reading, reviewing, and maintaining hundreds of thousands of lines of Java code, I have become…
Read More » -
The Biggest Flaw of Spring Web Applications
The developers who are using Spring Framework in their applications are good to talk about the benefits of dependency injection.…
Read More » -
Spring Integration – Robust Splitter Aggregator
A Robust Splitter Aggregator Design Strategy – Messaging Gateway Adapter Pattern What do we mean by robust? In the context…
Read More » -
Oracle Coherence Best Practices for Session Management (Replication) in Clustered Application Servers Environment
Oracle Coherence is a in-memory data grid product, which is also being used commonly for Session Replication across cluster of…
Read More » -
Searching made easy with Apache Lucene 4.3
Lucene is a Full Text Search Engine written in Java which can lend powerful search capabilities to any application. At…
Read More » -
Why does my Java process consume more memory than Xmx?
Some of you have been there. You have added -Xmx option to your startup scripts and sat back relaxed knowing…
Read More » -
Java SE 7 Update 25 – Release-Notes explained.
Yesterday was CPU day. Oracle released the Java SE update 25 with the June Java Critical Patch Update. After the…
Read More » -
Java EE 7 launch – Feedback and Press Coverage
Java EE 7 is a couple of days old already. We all have had a chance to either watch the…
Read More »