Looking for a more efficient way of creating html/xml reports



What would be more efficient than JDOM for xml/html reports generation in Java? Keep getting out of memory errors for larger ones. Report basically consists of a huge dynamically generated table and a summary table based on the contents of the first one. I know there is XMLStreamWriter but using it would be a nightmare.


No comments:

Post a Comment