Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

interface

  • submit to reddit

Are Marker Interfaces Dead?

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

Fluent Interface for Building XML Documents

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