[ http://issues.apache.org/jira/browse/NUTCH-196?page=comments#action_12364840 ]
Doug Cutting commented on NUTCH-196: ------------------------------------ I think we should try to limit Nutch's core code to a single XML parser and logging API. I chose those built-in to the JDK when starting out. Do you propose that we move core code to a different APIs? Apache's commons-logging might be a better choice for a standard logging API. > lib-xml and lib-log4j plugins > ----------------------------- > > Key: NUTCH-196 > URL: http://issues.apache.org/jira/browse/NUTCH-196 > Project: Nutch > Type: Improvement > Versions: 0.8-dev > Reporter: Andrzej Bialecki > Assignee: Andrzej Bialecki > > Many places in Nutch use XML. Parsing XML using the JDK API is painful. I > propose to add one (or more) library plugins with JDOM, DOM4J, Jaxen, etc. > This should simplify the current deployment, and help plugin writers to use > the existing API. > Similarly, many plugins use log4j. Either we add it to the /lib, or we could > create a lib-log4j plugin. -- 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
