Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

performance sax vs dom

843834Jun 14 2003 — edited Jun 18 2003
Hi All,

I have build a xml interface for a java application.
I parse the xml files using dom parser, get the data
and pass it to the java application. I know that DOM
builds a in memory tree of the xml file.
Will this degrade the performance of my application.
Will it be better to use a SAX parser instead?

Regards
Milind
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2003
Added on Jun 14 2003
5 comments
327 views