webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  DOM/JDOM/SAX

    Posted Mon April 28, 2003 01:26 PM

    Hi There–

    Does anyone has any Statistical figures/Values while processing the XML Documents with the various Object Models of the Tamino API.

    Thanks and Regards,
    Ravi Chamarthy.


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: DOM/JDOM/SAX

    Posted Mon April 28, 2003 04:09 PM

    Hi Ravi,

    There is general information on the web comparing the various object models such as DOM and JDOM which may be useful to you. One I found was:
    http://developer.java.sun.com/developer/technicalArticles/xml/JavaTechandXML_part2/

    As far as the Tamino API is concerned, it provides the mechanism for accessing Tamino, checking the response document, error handling etc. etc., but once you have an object for processing then the Tamino API no longer comes into play since you are acting on the methods of the specific object model. I believe internally JDOM is used for parsing and checking the response from Tamino. But once the response is validated then an object is created using the specific object (DOM, JDOM, SAX) and provided to you for the processing.

    Hope this helps.

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: DOM/JDOM/SAX

    Posted Wed April 30, 2003 11:39 AM

    We found that DOM or JDOM is no difference regarding execution time of the application (performance), however, jdom programming is simpler.

    Regarding SAX / DOM, here are some more discussions:
    http://tamino.forums.softwareag.com/viewtopic.php?p=2758
    http://tamino.forums.softwareag.com/viewtopic.php?p=2745


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods