You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2008/02/22 20:07:19 UTC

[jira] Resolved: (JCR-1312) Get rid of DOM for XML support

     [ https://issues.apache.org/jira/browse/JCR-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-1312.
--------------------------------

    Resolution: Won't Fix

Resolving as Won't Fix as discussed above.

> Get rid of DOM for XML support
> ------------------------------
>
>                 Key: JCR-1312
>                 URL: https://issues.apache.org/jira/browse/JCR-1312
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-webdav
>            Reporter: Felix Meschberger
>
> Currently the web dav library uses Xerces and DOM to parse and create XML data. This mechanism is well-known but has two major issues: It is slow and it has a big memory footprint. In order to solve these two issues, I suggest to drop the use of the W3C DOM in webdav in favor of something easier and more straight forward to use.
> One candidate could be (out of my head and based on my bias towards KXml) KDOM. See also http://www.kxml.org.ww
> See also JCR-1261 for more discussions on this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.