Products
Back to current version Restore this version

Review this page.

  • Describe: What is a product, application and module?
  • Describe actual products / applications
Albrecht Striffler

Main products#

Applications#

Modules#

Module description

  • Module overview: Matrix of which module influence which product?
Albrecht Striffler
Describe the actual modules
  • Use ontology descriptions for "included plugins", "quality level", "license"
  • Complex modules have their own page
  • Simple modules are not defined but defined by plugins, that are not included in complex plugins
Markus Friedrich

Module-Plugin implementation

  • Jenkins-Plugin to upload Plugin/Module information
    • https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins
    • SVN: https://svn.jenkins-ci.org/
    • Download jenkins war and add to tomcat
    • Get hello world plugin and import into new workspace
    • Plugin execution not covered by lifecycle configuration does not matter, it is just ugly
    • Maven install hello world plugin
    • Copy hello-world.jar to WEB-INF\lib
    • Copy hello-world.hpi to WEB-INF\plugins
    • Start tomcat/jenkins
    • Hello world plugin will be available as post step option
    • Start implementing new plugin to upload build data to d3web.de page as a attachment
Alex Legler
Module-Plugin implementation
  • Module overview: Write KnowWE-Plugin, that SPARQLs known plugins and reads simple modules
Sebastian Furth