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

Stefan Groschupf updated NUTCH-169:
-----------------------------------

    Attachment: NutchConf.367837.patch

Next preview of the nutchConf patch. First this patch still need a lot of 
cleanup but we would love already share the patch, in the hope to get more 
feedback and poeple that test this patch. 
We now use nutchConf as a cache e.g. QueryFilters.
Also we patched all JobConf related code in a similar manner as NutchConf. 
There are some case where I'm not that happy with the result but we was trying 
to change as less as possible and we may later can do some more refactorings. 
We tested this patch and looks like everything is running, but since the change 
is that complex we may need to run some more tests, please help with that.


> remove static NutchConf
> -----------------------
>
>          Key: NUTCH-169
>          URL: http://issues.apache.org/jira/browse/NUTCH-169
>      Project: Nutch
>         Type: Improvement
>     Reporter: Stefan Groschupf
>     Priority: Critical
>      Fix For: 0.8-dev
>  Attachments: NutchConf.367837.patch, NutchConf.Fetcher.060111.patch, 
> NutchConf.Http.060111.patch, NutchConf.RegexURLFilter.060111.patch, 
> nutchConf.patch
>
> Removing the static NutchConf.get is required for a set of improvements and 
> new features.
> + it allows a better integration of nutch in j2ee or other systems.
> + it allows the management of nutch from a web based gui (a kind of nutch 
> appliance) which will improve the usability and also increase the user 
> acceptance of nutch
> + it allows to change configuration properties until runtime
> + it allows to implement NutchConf as a abstract class or interface to 
> provide other configuration value sources than xml files. (community request)

-- 
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

Reply via email to