-
Core 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 » -
Core Java
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 » -
Enterprise Java
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 » -
Software Development
MEDIT Symposium Conference 2013
Starting this year, an exciting Software Development Conference, is planned in the heart of the Mediterranean, October 3-4, 2013. The…
Read More » -
Software Development
What is Important in Secure Software Design?
There are many basic architectural and design mistakes that can compromise the security of a system: Missing something important in…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Lines of Code is a Bad Metric, Either Way
The Dropbox team had a post explaining their decision to use CoffeeScript instead of JavaScript and, in particular, re-writing their…
Read More » -
JRuby
A JVM polyglot experiment with JRuby
The nice thing about hobby technology projects is that you get to freely explore and learn new things. Sometimes this…
Read More »