Core Java
-
FindBugs and JSR-305
Suppose that group of developers work in parallel on parts of big project – some developers are working on service…
Read More » -
Key accomplishments of Eclipse over last 10 years
As I have written, Eclipse is celebrating 10 years of open source and community during the month of November. There…
Read More » -
Functional programming with Map and Fold in Java
In functional programming, Map and Fold are two extremely useful operators, and they belong to every functional language. If the…
Read More » -
Why should you use Unchecked exceptions over Checked exceptions in Java
The debate over checked vs. unchecked exceptions goes way, way back. Some say it’s one of the best features Java…
Read More » -
Java: Faking a closure with a factory to create a domain object
Recently we wanted to create a domain object which needed to have an external dependency in order to do a…
Read More » -
Customized Internationalization (i18n) in Java
Internationalization (i18n) is very important in our software projects. It brings mainly these benefits: Externalizing UI strings into external files other…
Read More » -
Java 7: WatchService
Of all the new features in Java 7, one of the more interesting is the WatchService, adding the capability to…
Read More » -
Is Java’s String Class a God Object?
In October I wrote a blog entitled Top Trumps in God Objects where I talked about the discovery of an…
Read More » -
Investigating the HashDoS issue
Nearly one month ago I have written some thoughts on how the HashDoS problem presented at the 28C3 or other…
Read More »