Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-609

Allow Plugins to be Loaded from Jar File(s)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • 1.0.0
    • 2.5
    • None
    • None
    • All

    • Patch Available

    Description

      Currently plugins cannot be loaded from a jar file. Plugins must be unzipped in one or more directories specified by the plugin.folders config. I have been thinking about an extension to PluginRepository or PluginManifestParser (or both) that would allow plugins to packaged into multiple independent jar files and placed on the classpath. The system would search the classpath for resources with the correct folder name and would load any plugins in those jars.

      This functionality would be very useful in making the nutch core more flexible in terms of packaging. It would also help with web applications where we don't want to have a plugins directory included in the webapp.

      Thoughts so far are unzipping those plugin jars into a common temp directory before loading. Another option is using something like commons vfs to interact with the jar files. VFS essential uses a disk based temporary cache for jar files, so it is pretty much the same solution. What are everyone else's thoughts on this?

      Attachments

        1. NUTCH-609-1-20080212.patch
          8 kB
          Dennis Kubes

        Activity

          People

            musepwizard Dennis Kubes
            musepwizard Dennis Kubes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: