Hello,
first of all, I think DocumentHelper.parseText(post) isn't good way
how to parse XML – it internally wraps text with StringReader and
parse text from Reader. So if you have input in form of InputStream or
Reader, it is better to parse XML from this.
Secondly, DOM4J 1.x doesn't work the best
Hello!
I want to have some idea about a performance issue that i am having
on my application.
Basically, what the application do, is a sort of webserver, used to
parse POST xml request.
For that reason i have a NIO http ws, based on grizzly library, and
for xml handling i use dom4j
the