Products
Back to current version Restore this version

Main products#

Applications#

Open source#

Commercial#

Modules are the different parts of the main products and applications

Complex modules (more than one plugin)#

Describe the actual modules

  • Create new articles for complex modules with multiple plugins
  • Use ontology descriptions for "included plugins", "quality level", "license"
  • Describe/define quality level, add articles for the different licenses and link them
  • d3web-KnowWE-Releases contain all used licenses...
  • Profiles in KnowWE-App as hints for available "modules"
  • Simple modules are not defined manually... all plugins that are not part of a complex module are simple modules aggregated on one page, probably using a sparql query or an own KnowWE-Plugin
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
    • Some additional code snipplets on how to upload files to a KnowWE Action
    • Provide information needed for module pages
Alex Legler
Module-Plugin implementation
  • Design ontologie about module information. We want for example the following information per module:
    • What maven modules / svn projects are part of this module (will be defined on the module page with turtle markup)
    • What projects are not in any complex/aggregated module
    • What are the last x changes to any project of a module
    • What is the heat of the module (changes/day in the last month?)
    • What are the test stats for the module
    • General stats, if possible? LoC, Classes, BuildNumber
    • Authors (people who created modules, changed them)
    • More interesting stuff?
  • Write KnowWE-Plugin to add data provided by Jenkins-Plugin to the rdf2go model.
  • If there is time: Write KnowWE-Plugin to render module information from rdf2go model in a nicer way. If there is no time: Use default SparqlRenderer
Sebastian Furth

Product Ontology#

Product Ontology