Marker Interfaces and Annotations
In earlier versions of Java, Marker Interfaces were the only way to declare metadata about a class. With the advent of annotation in Java 5, it is consider that marker interfaces have now no place. They can be completely...
4 replies - 7712 views - 02/01/10 by Muhammad Khojaye in Articles
XML Tool is a Java library to help developers using XML document. You can build new documents, load existing documents, and execute all sorts of operations onto: delete, renaming, adding tags, attributes, text, data, namespaces, ... Navigation by XPath is...
3 replies - 2933 views - 09/15/08 by Mathieu Carbou in Announcements