You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "Graham Turrell (JIRA)" <ji...@apache.org> on 2006/09/08 03:30:24 UTC

[jira] Updated: (WODEN-14) Use XML Catalog To Improve Performance and Enable Offline Work

     [ http://issues.apache.org/jira/browse/WODEN-14?page=all ]

Graham Turrell updated WODEN-14:
--------------------------------

    Attachment: woden-14-patch1.txt

This patch provides the new URI Resolver framework and a sample URI resolver implementation (SimpleURIResolver). I will shortly post some usage instructions, sample files and ultimately unit testcases so it can be put through its paces. Meanwhile John K has kindly offered to create a WODEN-14 branch from this patch and be involved in its review. All comments very welcome though!!

> Use XML Catalog To Improve Performance and Enable Offline Work
> --------------------------------------------------------------
>
>                 Key: WODEN-14
>                 URL: http://issues.apache.org/jira/browse/WODEN-14
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>            Reporter: Arthur Ryman
>         Assigned To: Lawrence Mandel
>         Attachments: woden-14-patch1.txt
>
>
> Woden currently retrieves XML schemas from the Internet each time it performs a validator. This causes a multisecond performance degradation and prevents validation from working when there is no Internet access.
> Woden should use an XML catalog to resolve references to Internet resources. There should be an API for controlling the XML catalog so that Woden can be imbedded in other systems, such as Eclipse and Ant, that provide XML catalogs.
> The XML catalog should be consulted when resolving all resource requests, e.g. for XML schema or WSDL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org