Let’s face it; XML by itself is just another data format that is annoying to access from your Java programs. Don’t get me wrong; I appreciate XML for its portability, its separation of data and ...
It is probably safe to assume that the majority of people who use JAXB today use the xjc compiler to create Java classes from XML Schema files rather than from Document Type Definition (DTD) files.