Core Java
-
Java Best Practices – Vector vs ArrayList vs HashSet
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More » -
Java Best Practices – High performance Serialization
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to discuss…
Read More » -
Java Best Practices – DateFormat in a Multithreading Environment
This is the first of a series of articles concerning proposed practices while working with the Java programming language. All…
Read More » -
Debugging a Production Server – Eclipse and JBoss showcase
Do you write code that has bugs? No, of course not. For the rest of us, mere mortals, who do…
Read More » -
“Did you mean” feature with Apache Lucene Spell-Checker
Google’s “Did you mean” feature After making an introduction to Lucene in a previous post, now it is time to…
Read More » -
An Introduction to Apache Lucene for Full-Text Search
In this tutorial I would like to talk a bit about Apache Lucene. Lucene is an open-source project that provides…
Read More » -
Java beginners Guide
First steps in Java programming. For a introduction tutorial in Java please see the official help from SUN here where,…
Read More »