We want to choose a manner to use for parsing and writing XML. We try the generation with JAXB maven plugin.
The generated POJOs classes are not so well constructed compare of manual writing, but we can preserve a lot of time if we use them. (The problem is that our xsd is not very well constructed, but we ca not change it).
I would like to ask what is better to use.
I read this page discussing about props/cons of manual vs generated POJO, but the discution is not in point of performance view. Do you know, are there disadvantages from performance point of view to use generated POJOs ?
Our way of using the generated classes need that after the generation the classes are converted to other POJO types. I specify that the XMLs that we manipulate are small in size.