generating large xml using jaxb

opinindend

New Member
I need to generate a big xml. I am currently using JAXB 2.0 .The problem is if I keep all the objects in memory and generate the probability of running out of heap space is very high.I would like to know the best approach on how to do this.Thanks
 
Back
Top