|
I've been using JAXB for the first time, and it does exactly what I was hoping it did – generate java classes for elements, which allow easy parsing and generation of a well-defined XML documents, without having to worry one lick about the fact that the documents I'm dealing with are XML. Because personally I find XML to be far from beatiful. |