Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/Howto/ImplementAHLWebAppPlugin


Ignore:
Timestamp:
06/30/15 17:10:53 (9 years ago)
Author:
dglaser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/ImplementAHLWebAppPlugin

    v2 v3  
    1010* Use the "Class Library" template
    1111* Use "HeuristicLab.Services.WebApp.Example" as name
     12[[Image(/raw-attachment/wiki/Documentation/Howto/ImplementAHLWebAppPlugin/create_project_vs.PNG)]]
    1213
    1314== Configuring the project ==
     
    1516Every plugin has at least a reference to Microsoft ASP.NET Web API, which is needed to create a controller.
    1617* Open the NuGet Package Manager and add a reference to Microsoft ASP.NET Web API
     18[[Image(/raw-attachment/wiki/Documentation/Howto/ImplementAHLWebAppPlugin/nuget_project_references.PNG)]]
    1719* If database access is required, add project references to HeuristicLab.Services.Hive and HeuristicLabServices.DataAccess
    1820* Set the "Copy Local" property on these references to false. This references are provided by the WebApp and thus don't have to be deployed with every plugin.
    19 
     21[[Image(/raw-attachment/wiki/Documentation/Howto/ImplementAHLWebAppPlugin/references.PNG)]]
    2022=== Folder structure ===
    2123