cancel
Showing results for 
Search instead for 
Did you mean: 

PERFORMANCE OF MAPPINGS

Former Member
0 Kudos

Hi all,

can anyone let me know PERFORMANCE OF MAPPINGS?means which is the best mapping?

what is meant by DOM and SAX parser?

Regards,

keerthi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Refer -- Here you will get detail level comparios as well as all information related to SAX and DOM Parsers.

Comparing Performance of Mapping Programs

Types of Java Mapping -- DOM and SAX Parser. Advantages and Disadvantages.

http://www.sdc.iup.edu/outreach/fall2000/xml2/domvssax.html

DOM is very processor intensive.

SAX parser is something that parses your XML one after the other, and so is not processor intensive. But, it is not exaclty easy to develop either.

For SAX and DOM http://java.sun.com/webservices/docs/1.1/tutorial/doc/

please refer these threads which has all info about camparison of mappings

Thanks

Swarup

Edited by: Swarup Sawant on Jul 3, 2008 6:58 PM

Edited by: Swarup Sawant on Jul 3, 2008 7:00 PM