August 4, 2009
Knowing Cache and Java Cache System « Caught By Java – Java Caching System (JCS) is a robust open source distributed caching system that is written in Java. It is a subproject of Apache Jakarta project. Google Chrome is the New Firefox, and Firefox the new IE (by Jeremy Zawodny) – It turns out that [...]
Read the full article →
September 1, 2008
Generation 5 » Stop Catching Exceptions! – A strategy that (i) uses finally as the first resort for containing corrupting and maintaining invariants, (ii) uses catch locally when the exceptions thrown in an area are completely understood, and (iii) surrounds independent units of work with try-catch blocks is an effective basis for using exceptions Reverse-engineer [...]
Read the full article →