I have memory problems with the webapp responsible from parsing XML event and pushing them to our RabbitMQ bus. This webapp receives XML event in a servlet, we decode it and ...
I know how to transform a DOM object to a file and I know how to traverse an XML file using SAX. These are very standard operations when dealing with XML files. I have a situation where I have two independent operations. One that constructs a DOM containing data and another that uses SAX to read an XML file to produce ...