Hello, I would write briefly about a very good framework for the serialization and deserialization of Xml in Java applications: Xstream. Introduction XStream is an API that allows the serialization
Here, I will present you briefly the “FindBugs” plugin of Eclipse (Eclipse 3.7 Indigo). FindBugs is an open source static analysis of Java bytecode. Its goal is to find bugs
A simple post concerning the HashCode, Equals methods in Java world. These methods allow containers to ‘categorize’ the objects it contains and so find them more quickly. This is particularly