Changes between Version 4 and Version 5 of Documentation/Howto/ImplementAHLWebAppPlugin
- Timestamp:
- 07/01/15 10:17:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/ImplementAHLWebAppPlugin
v4 v5 22 22 === Folder structure === 23 23 HeuristicLab 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)]] 24 25 25 26 == Creating the Plugin configuration file == … … 60 61 61 62 == Conventions == 62 * Controllers ha sto be derived from `ApiController` and have to end with `Controller` to be discovered by the WebApp63 * Controllers have to be derived from `ApiController` and have to end with `Controller` to be discovered by the WebApp 63 64 * The Plugin assembly name has to match the following `HeuristicLab.Services.WebApp.{pluginname}*.dll` pattern 64 65 * The plugin configuration file has to be `{pluginname}.js`