Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/Howto/ImplementAHLWebAppPlugin


Ignore:
Timestamp:
07/01/15 10:17:09 (9 years ago)
Author:
dglaser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/ImplementAHLWebAppPlugin

    v4 v5  
    2222=== Folder structure ===
    2323HeuristicLab WebApp plugins use the following folder structure, which is recommended but not mandatory. The WebApp consists of all client files whereas the WebApi contains all data controllers.
     24[[Image(/raw-attachment/wiki/Documentation/Howto/ImplementAHLWebAppPlugin/folder_structure.PNG)]]
    2425
    2526== Creating the Plugin configuration file ==
     
    6061
    6162== Conventions ==
    62 * Controllers has to be derived from `ApiController` and have to end with `Controller` to be discovered by the WebApp
     63* Controllers have to be derived from `ApiController` and have to end with `Controller` to be discovered by the WebApp
    6364* The Plugin assembly name has to match the following `HeuristicLab.Services.WebApp.{pluginname}*.dll` pattern
    6465* The plugin configuration file has to be `{pluginname}.js`