Presentation is loading. Please wait.

Presentation is loading. Please wait.

Challenges in handling XML: performance and memory usage 15.11.2001 Sami Poikonen Republica oy.

Similar presentations


Presentation on theme: "Challenges in handling XML: performance and memory usage 15.11.2001 Sami Poikonen Republica oy."— Presentation transcript:

1 Challenges in handling XML: performance and memory usage 15.11.2001 Sami Poikonen Republica oy

2 Republica Oy is Finland’s leading provider of products and services based on XML standards. Founded: 1996 Employees: 70+ (11/2001) Offices: Helsinki, Jyväskylä

3 1. DOM 2. SAX 3. DOM or SAX or something else... 4. Transformations 5. Conclusions TOC

4 Parsing XML: DOM Document Object Model standard API for accessing and creating xml data tree-based programming language indepedent developed by W3C whole document is read into memory read and write

5 DomNode book | |-->DomNode title | ||-->DomNode text | |-->DomNode author | |-->DomNode name Tuntematon sotilas

6 Parsing XML: SAX Simple API for XML API for accessing xml data event based programming language indepedent not defined by W3C application has to store fragments into memory read only

7 Roses are red, Violets are blue. Sugar is sweet, and I love you. Start element: poem Start element: line End element: line Start element: line End element: line Start element: line End element: line Start element: line End element: line End element: poem

8 DOM or SAX or something else? DOM: read and write need to move back and forth in data document is human created SAX: read only huge data or streams data is machine generated Best of both worlds? Adaptive parsing!

9

10

11 Transformations XSLT: XSL Transformations XSLT processors are built to use DOM XSLT to java conversion: still uses DOM SAX based custom-made application for trasformations Adaptive parsing with data binding?

12

13

14

15 Conclusions

16 Conclusions When building XML applications, you have to think how will you handle large chunks of data Choosing between SAX and DOM is not always trivial There are more smarter ways to parse XML also Adaptive parsing with data binding gives a lot of needed performance into transformations It is easy to reach the limits of XLST processing capabilities In some cases problems handling xml streams and large files has lead to assume that its is almost impossible to handle those

17 Republica Oyhttp://www.republica.fi/http://www.republica.fi/ Survontie 9 40500 Jyväskylähttp://www.x-fetch.com/http://www.x-fetch.com/ Sami Poikonen Vice President, Solutions p. 040 301 1154 sami.poikonen@republica.fi Contact Information


Download ppt "Challenges in handling XML: performance and memory usage 15.11.2001 Sami Poikonen Republica oy."

Similar presentations


Ads by Google