On Jul 21, 2005, at 11:46 AM, Stefan Groschupf wrote:
Hi Erik,
Check: Introduction to the nutch plug-in architecture
http://www.media-style.com/index.jsp?folderPK=422
It gives some basic understanding of the plugin life cycle.
In short each plugin can have a plugin class you can define in the
plugin deployment descriptor.
This plugin class has life cycle methods that will be invoked until
start up to create a db connection and until shutdown to close a db
connection for example
Is there an example of this with one of the plugins that come with
Nutch that I could follow along with? Where are there more details
about plugin.xml?
Thanks,
Erik